Type Alias owo_colors::colors::css::HoneyDew
source · pub type HoneyDew = CustomColor<240, 255, 240>;
Aliased Type§
struct HoneyDew;
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”)