PHP Conference Japan 2024

漸層筆刷

(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
公開 delStop(整數 $index): 整數
公開 setStop(整數 $index, 浮點數 $position, UI\Draw\Color $color): 布林值
公開 setStop(整數 $index, 浮點數 $position, 整數 $color): 布林值
/* 繼承的方法 */
}

目錄

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top