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 ColorFunctionColor
Available on crate feature
chromashift only.impl ToChromashift for HslFunction
Available on crate feature
chromashift only.impl ToChromashift for HslFunctionParams
Available on crate feature
chromashift only.impl ToChromashift for HslaFunction
Available on crate feature
chromashift only.impl ToChromashift for HwbFunction
Available on crate feature
chromashift only.impl ToChromashift for LabFunction
Available on crate feature
chromashift only.impl ToChromashift for LchFunction
Available on crate feature
chromashift only.impl ToChromashift for OklabFunction
Available on crate feature
chromashift only.impl ToChromashift for OklchFunction
Available on crate feature
chromashift only.impl ToChromashift for RgbFunction
Available on crate feature
chromashift only.impl ToChromashift for RgbFunctionParams
Available on crate feature
chromashift only.impl ToChromashift for RgbaFunction
Available on crate feature
chromashift only.