Php/docs/class.ui-draw-brush-radialgradient

提供:Dev Guides
< Php
2020年12月14日 (月) 11:52時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(UI 2.0.0)

はじめに

クラス概要


UI\Draw\Brush\RadialGradient extends UI\Draw\Brush\Gradient {

/* Constructor */

public __construct ( UI\Point $start , UI\Point $outer , float $radius )

/* 継承したメソッド */

public UI\Draw\Brush\Gradient::addStop ( float $position , UI\Draw\Color $color ) : int

public UI\Draw\Brush\Gradient::addStop ( float $position , int $color ) : int

public UI\Draw\Brush\Gradient::delStop ( int $index ) : int

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

}

目次