pub trait ToChromashift {
// Required method
fn to_chromashift(&self) -> Option<Color>;
}Required Methods§
fn to_chromashift(&self) -> Option<Color>
Implementations on Foreign Types§
Source§impl ToChromashift for Hash
Available on crate feature chromashift only.
impl ToChromashift for Hash
Available on crate feature
chromashift only.fn to_chromashift(&self) -> Option<Color>
Implementors§
impl ToChromashift for Color<'_>
Available on crate feature
chromashift only.impl ToChromashift for ColorFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for NamedColor
Available on crate feature
chromashift only.impl ToChromashift for RelativeColorFunction<'_>
impl ToChromashift for ColorFunctionColor<'_>
Available on crate feature
chromashift only.impl ToChromashift for ColorMixFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for ColorRelativeFunction<'_>
impl ToChromashift for HslFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for HslFunctionParams<'_>
Available on crate feature
chromashift only.impl ToChromashift for HslRelativeFunction<'_>
impl ToChromashift for HslaFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for HslaRelativeFunction<'_>
impl ToChromashift for HwbFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for HwbRelativeFunction<'_>
impl ToChromashift for LabFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for LabRelativeFunction<'_>
impl ToChromashift for LchFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for LchRelativeFunction<'_>
impl ToChromashift for OklabFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for OklabRelativeFunction<'_>
impl ToChromashift for OklchFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for OklchRelativeFunction<'_>
impl ToChromashift for RgbFunction<'_>
Available on crate feature
chromashift only.impl ToChromashift for RgbFunctionParams<'_>
Available on crate feature
chromashift only.impl ToChromashift for RgbRelativeFunction<'_>
impl ToChromashift for RgbaFunction<'_>
Available on crate feature
chromashift only.