Type Alias owo_colors::colors::css::DarkTurquoise
source · pub type DarkTurquoise = CustomColor<0, 206, 209>;
Aliased Type§
struct DarkTurquoise;
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”)