Struct exoquant::SimpleColorSpace [] [src]

pub struct SimpleColorSpace {
    pub gamma: f64,
    pub dither_gamma: f64,
    pub transparency_scale: f64,
    pub scale: Colorf,
}

The default colorspace implementation.

Fields

Trait Implementations

impl Default for SimpleColorSpace
[src]

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

impl ColorSpace for SimpleColorSpace
[src]