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