PHP Conference Japan 2024

线性渐变

(UI 2.0.0)

简介

类概要

UI\Draw\Brush\LinearGradient 扩展 UI\Draw\Brush\Gradient {
/* 构造函数 */
公共的 __construct(UI\Point $start, UI\Point $end)
/* 继承的方法 */
公共的 UI\Draw\Brush\Gradient::addStop(float $position, int $color): int
公共的 UI\Draw\Brush\Gradient::setStop(int $index, float $position, UI\Draw\Color $color): bool
公共的 UI\Draw\Brush\Gradient::setStop(int $index, float $position, int $color): bool
}

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top