• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/theme.php
  • Класс: BitrixLandingHookPageTheme
  • Вызов: Theme::isHex
static function isHex(string $color): bool
{
	return (bool)preg_match('/^#([da-f]{3}){1,2}$/i', $color);
}