Type Alias owo_colors::colors::css::SeaGreen
source · pub type SeaGreen = CustomColor<46, 139, 87>;
Aliased Type§
struct SeaGreen;
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”)