• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/color.php
  • Класс: BitrixImColor
  • Вызов: Color::getName
static function getName($code)
{
	return isset(self::$colors[$code])? Loc::getMessage('IM_COLOR_'.$code): null;
}