|
Color RepresentationはじめにRepresents RGBA colours, individual channels are accessible via public properties. クラス概要UI\Draw\Color
class UI\Draw\Color
{
/* 定数 */
const
int
UI\Draw\Color::Red;
const
int
UI\Draw\Color::Green;
const
int
UI\Draw\Color::Blue;
const
int
UI\Draw\Color::Alpha;
/* プロパティ */
public
$r;
public
$g;
public
$b;
public
$a;
/* Constructor */
public __construct(UI\Draw\Color
$color = ?)public __construct(int
$color = ?)/* メソッド */
public float getChannel(int
$channel )public void setChannel(int
}$channel , float $value )プロパティ
定義済み定数
|