ColorPalette

Example of a ColorPalette

Members

Aliases

CellStateType
alias CellStateType = Ct
Undocumented in source.
DisplayValueType
alias DisplayValueType = Color
Undocumented in source.

Functions

getDisplayValue
Color getDisplayValue(Ct cellState)
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayValue
Color getDisplayValue(Ct cellState)
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

alias palette = ColorPalette!(int);

assert(isPalette!(palette, int, Color));
assert(isColorPalette!(palette, int));
assert(isAnyColorPalette!(palette));

Meta