PHP Conference Japan 2024

渐变画刷

(UI 2.0.0)

简介

渐变画刷摘要

类概要

抽象 UI\Draw\Brush\Gradient 扩展 UI\Draw\Brush {
/* 方法 */
公共 addStop(浮点数 $position, UI\Draw\Color $color): 整数
公共 addStop(浮点数 $position, 整数 $color): 整数
公共 delStop(整数 $index): 整数
公共 setStop(整数 $index, 浮点数 $position, UI\Draw\Color $color): 布尔值
公共 setStop(整数 $index, 浮点数 $position, 整数 $color): 布尔值
/* 继承的方法 */
}

目录

添加注释

用户贡献的注释

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