Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§