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::Red
-
Identifies the red channel
UI\Draw\Color::Green
-
Identifies the green channel
UI\Draw\Color::Blue
-
Identifies the blue channel
UI\Draw\Color::Alpha
-
Identifies the alpha channel
目次
- UI\Draw\Color::__construct — Construct new Color
- UI\Draw\Color::getChannel — Color Manipulation
- UI\Draw\Color::setChannel — Color Manipulation
+add a note
User Contributed Notes
There are no user contributed notes for this page.