ColorSet

A collection of color configurations.

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