ColorSet

A collection of color configurations.

Constructors

this
this(ColorSet src)
this
this()

Members

Functions

clear
void clear()

Clears all color specifications.

copy
ColorSet copy()

Copyies the colorset.

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