Trait components::colorspace::ToHexString[]

pub trait ToHexString {
    pub fn to_hex_string(&self) -> String;
}

Required methods

pub fn to_hex_string(&self) -> String

Loading content...

Implementors

impl<C> ToHexString for C where
    C: Into<RgbColor> + Clone

Loading content...