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.