线性渐变

(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
}

目录

添加笔记

用户贡献笔记

此页面没有用户贡献笔记。
To Top