Constant COLORS

Source
pub(crate) const COLORS: [[u8; 4]; 142];
Expand description

RGBA8 color components of the named X11 colors, in the same order as NAMES.

Use lookup_palette_index to efficiently find the color components for a given color name string.