Color Representation
(UI 0.9.9)
簡介
Represents RGBA colours, individual channels are accessible via public properties.
類摘要
屬性
- r
Provides access to the red channel
- g
Provides access to the green channel
- b
Provides access to the blue channel
- a
Provides access to the alpha channel
預定義常量
UI\Draw\Color::RedIdentifies the red channel
UI\Draw\Color::GreenIdentifies the green channel
UI\Draw\Color::BlueIdentifies the blue channel
UI\Draw\Color::AlphaIdentifies the alpha channel
目錄
- UI\Draw\Color::__construct — Construct new Color
- UI\Draw\Color::getChannel — Color Manipulation
- UI\Draw\Color::setChannel — Color Manipulation