Trait cosmic::cosmic_theme::palette::encoding::IntoLinear
source · pub trait IntoLinear<L, E> {
// Required method
fn into_linear(encoded: E) -> L;
}
Expand description
A transfer function to linear space.
Required Methods§
sourcefn into_linear(encoded: E) -> L
fn into_linear(encoded: E) -> L
Convert the color component encoded
into linear space.
Object Safety§
This trait is not object safe.