const LABEL: &'static str
const COMPONENT_RANGES: [RangeInclusive<f64>; 3]
impl ColorSpace for Color
[src]const LABEL: &'static str
[src]const COMPONENT_RANGES: [RangeInclusive<f64>; 3]
[src]fn new(r: f32, g: f32, b: f32) -> Self
[src]fn components(&self) -> [f32; 3]
[src]fn to_string(&self) -> String
[src]impl ColorSpace for Hsl
[src]const LABEL: &'static str
[src]const COMPONENT_RANGES: [RangeInclusive<f64>; 3]
[src]fn new(hue: f32, saturation: f32, lightness: f32) -> Self
[src]fn components(&self) -> [f32; 3]
[src]fn to_string(&self) -> String
[src]impl ColorSpace for Hsv
[src]const LABEL: &'static str
[src]const COMPONENT_RANGES: [RangeInclusive<f64>; 3]
[src]fn new(hue: f32, saturation: f32, value: f32) -> Self
[src]fn components(&self) -> [f32; 3]
[src]fn to_string(&self) -> String
[src]impl ColorSpace for Hwb
[src]const LABEL: &'static str
[src]const COMPONENT_RANGES: [RangeInclusive<f64>; 3]
[src]fn new(hue: f32, whiteness: f32, blackness: f32) -> Self
[src]fn components(&self) -> [f32; 3]
[src]fn to_string(&self) -> String
[src]impl ColorSpace for Lab
[src]const LABEL: &'static str
[src]const COMPONENT_RANGES: [RangeInclusive<f64>; 3]
[src]fn new(l: f32, a: f32, b: f32) -> Self
[src]fn components(&self) -> [f32; 3]
[src]fn to_string(&self) -> String
[src]impl ColorSpace for Lch
[src]const LABEL: &'static str
[src]const COMPONENT_RANGES: [RangeInclusive<f64>; 3]
[src]fn new(l: f32, chroma: f32, hue: f32) -> Self
[src]fn components(&self) -> [f32; 3]
[src]fn to_string(&self) -> String
[src]