渐变画笔

(UI 2.0.0)

介绍

渐变画笔的抽象

类概要

abstract class UI\Draw\Brush\Gradient extends UI\Draw\Brush {
/* 方法 */
public addStop(float $position, UI\Draw\Color $color): int
public addStop(float $position, int $color): int
public delStop(int $index): int
public setStop(int $index, float $position, UI\Draw\Color $color): bool
public setStop(int $index, float $position, int $color): bool
/* 继承的方法 */
}

目录

添加笔记

用户贡献笔记

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