ToChromashift

Trait ToChromashift 

Source
pub trait ToChromashift {
    // Required method
    fn to_chromashift(&self) -> Option<Color>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToChromashift for Hash

Available on crate feature chromashift only.

Implementors§

Source§

impl ToChromashift for Color

Available on crate feature chromashift only.
Source§

impl ToChromashift for ColorFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for NamedColor

Available on crate feature chromashift only.
Source§

impl ToChromashift for ColorFunctionColor

Available on crate feature chromashift only.
Source§

impl ToChromashift for HslFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for HslFunctionParams

Available on crate feature chromashift only.
Source§

impl ToChromashift for HslaFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for HwbFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for LabFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for LchFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for OklabFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for OklchFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for RgbFunction

Available on crate feature chromashift only.
Source§

impl ToChromashift for RgbFunctionParams

Available on crate feature chromashift only.
Source§

impl ToChromashift for RgbaFunction

Available on crate feature chromashift only.