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