• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/color.php
  • Класс: BitrixImColor
  • Вызов: Color::getRandomColor
static function getRandomColor()
{
	$colors = array_values(self::getColors());

	return $colors[mt_rand(0, count($colors)-1)];
}