Skip to main content

NAMED_COLORS

Constant NAMED_COLORS 

Source
pub const NAMED_COLORS: &[(&str, (u8, u8, u8))];
Expand description

All 657 R named colors, sorted alphabetically for binary search. Generated from R’s colors() output and col2rgb() values.