Type Alias owo_colors::colors::css::Plum
source · pub type Plum = CustomColor<221, 160, 221>;
Aliased Type§
struct Plum;
Trait Implementations
source§impl<const R: u8, const G: u8, const B: u8> Color for CustomColor<R, G, B>
impl<const R: u8, const G: u8, const B: u8> Color for CustomColor<R, G, B>
source§const RAW_ANSI_FG: &'static str = _
const RAW_ANSI_FG: &'static str = _
The raw ANSI format for settings this color as the foreground without the ANSI
delimiters (“\x1b” and “m”)
source§const RAW_ANSI_BG: &'static str = _
const RAW_ANSI_BG: &'static str = _
The raw ANSI format for settings this color as the background without the ANSI
delimiters (“\x1b” and “m”)