[−][src]Trait owo_colors::DynColor
A trait describing a runtime-configurable color which can displayed using FgDynColorDisplay
or BgDynColorDisplay
. If your color will be known at compile time it
is recommended you avoid this.
A trait describing a runtime-configurable color which can displayed using FgDynColorDisplay
or BgDynColorDisplay
. If your color will be known at compile time it
is recommended you avoid this.
fn fmt_ansi_fg(&self, f: &mut Formatter<'_>) -> Result
[src]fn fmt_ansi_bg(&self, f: &mut Formatter<'_>) -> Result
[src]impl DynColor for AnsiColors
[src]fn fmt_ansi_fg(&self, f: &mut Formatter<'_>) -> Result
[src]fn fmt_ansi_bg(&self, f: &mut Formatter<'_>) -> Result
[src]impl DynColor for DynColors
[src]fn fmt_ansi_fg(&self, f: &mut Formatter<'_>) -> Result
[src]fn fmt_ansi_bg(&self, f: &mut Formatter<'_>) -> Result
[src]impl DynColor for XtermColors
[src]fn fmt_ansi_fg(&self, f: &mut Formatter<'_>) -> Result
[src]fn fmt_ansi_bg(&self, f: &mut Formatter<'_>) -> Result
[src]impl DynColor for Rgb
[src]fn fmt_ansi_fg(&self, f: &mut Formatter<'_>) -> Result
[src]fn fmt_ansi_bg(&self, f: &mut Formatter<'_>) -> Result
[src]impl DynColor for str
[src]fn fmt_ansi_fg(&self, f: &mut Formatter<'_>) -> Result
[src]fn fmt_ansi_bg(&self, f: &mut Formatter<'_>) -> Result
[src]