Trait lcms2::CIExzYExt

source ·
pub trait CIExzYExt: Sized {
    // Required method
    fn temp(&self) -> Option<f64>;
}
Expand description

White point

Required Methods§

source

fn temp(&self) -> Option<f64>

Correlates a black body temperature in ºK from given chromaticity.

Object Safety§

This trait is not object safe.

Implementors§