Kronolith_Calendar::foreground PHP Метод

foreground() публичный Метод

Returns the foreground color for this calendar.
public foreground ( ) : string
Результат string A HTML color code.
    public function foreground()
    {
        return Horde_Image::brightness($this->background()) < 128 ? '#fff' : '#000';
    }