• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/File/Image/Color.php
  • Класс: BitrixMainFileImageColor
  • Вызов: Color::toRgba
public function toRgba()
{
	return sprintf("rgba(%d, %d, %d, %0.4f)", $this->getRed(), $this->getGreen(), $this->getBlue(), $this->getAlpha());
}