Trait dcolor::Luminance [] [src]

pub trait Luminance {
    fn luminance(self) -> f64;
}

Gets the luminance of a non-luminance color type.

Required Methods

Implementors