Trait components::colorspace::ToHexString [−]
pub trait ToHexString {
pub fn to_hex_string(&self) -> String;
}Required methods
pub fn to_hex_string(&self) -> String
Implementors
impl<C> ToHexString for C where
C: Into<RgbColor> + Clone,
impl<C> ToHexString for C where
C: Into<RgbColor> + Clone,