2024 年 PHP 日本研討會

徑向漸層

(UI 2.0.0)

簡介

類別概要

class UI\Draw\Brush\RadialGradient extends UI\Draw\Brush\Gradient {
/* 建構函式 */
公開 __construct(UI\Point $start, UI\Point $outer, float $radius)
/* 繼承的方法 */
公開 UI\Draw\Brush\Gradient::addStop(float $position, int $color): int
公開 UI\Draw\Brush\Gradient::setStop(int $index, float $position, UI\Draw\Color $color): bool
公開 UI\Draw\Brush\Gradient::setStop(int $index, float $position, int $color): bool
}

目錄

新增註釋

使用者貢獻的註釋

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