Struct superpixel::LABColor[][src]

pub struct LABColor {
    pub l: f64,
    pub a: f64,
    pub b: f64,
}

Fields

Trait Implementations

impl Debug for LABColor
[src]

Formats the value using the given formatter. Read more

impl Default for LABColor
[src]

Returns the "default value" for a type. Read more

impl Clone for LABColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LABColor

impl Sync for LABColor