UI\Draw\Brush\Gradient::setStop

(UI 2.0.0)

UI\Draw\Brush\Gradient::setStop停止操作

描述

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

参数

index

要设置的停止点的索引

position

停止点的位置

color

停止点的颜色,可以是 UI\Draw\Color 或 RRGGBBAA

返回值

成功指示

添加笔记

用户贡献笔记

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