CakeFest 2024: The Official CakePHP Conference

Линейный градиент

(UI 2.0.0)

Введение

Обзор классов

class UI\Draw\Brush\LinearGradient extends UI\Draw\Brush\Gradient {
/* Конструктор */
public __construct(UI\Point $start, UI\Point $end)
/* Наследуемые методы */
public UI\Draw\Brush\Gradient::addStop(float $position, int $color): int
public UI\Draw\Brush\Gradient::setStop(int $index, float $position, UI\Draw\Color $color): bool
public UI\Draw\Brush\Gradient::setStop(int $index, float $position, int $color): bool
}

Содержание

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top