Trait dunge::color::IntoLinear

source ·
pub trait IntoLinear {
    // Required method
    fn into_linear(self) -> Linear<f64>;
}
Expand description

The trait for color conversion.

Required Methods§

Implementations on Foreign Types§

source§

impl IntoLinear for ()

All color channels are zero.

Implementors§