w4d v0.0.3 (2018-08-14T14:17:39Z)
Dub
Repo
ColorSet
w4d
style
color
A collection of color configurations.
struct
ColorSet {
protected
vec4
[
string
]
_colors
;
vec4
opIndex
(string v);
void
opIndexAssign
(vec4 col, string v);
vec4
opDispatch
();
void
inherit
(ColorSet parent);
}
Members
Functions
inherit
void
inherit
(ColorSet parent)
Copies the unspecified colors from parent.
opDispatch
vec4
opDispatch
()
opIndex
vec4
opIndex
(string v)
opIndexAssign
void
opIndexAssign
(vec4 col, string v)
Variables
_colors
vec4
[
string
]
_colors
;
Undocumented in source.
Meta
Source
See Implementation
w4d
style
color
structs
ColorSet
A collection of color configurations.