ColorPalette

Example of a ColorPalette

struct ColorPalette (
Ct
) {}

Examples

1 alias palette = ColorPalette!(int);
2 
3 assert(isPalette!(palette, int, Color));
4 assert(isColorPalette!(palette, int));
5 assert(isAnyColorPalette!(palette));

Meta