Trait palette::cam16::Cam16IntoUnclamped
source · pub trait Cam16IntoUnclamped<WpParam, C> {
type Scalar;
// Required method
fn cam16_into_unclamped(
self,
parameters: BakedParameters<WpParam, Self::Scalar>
) -> C;
}
Expand description
A trait for converting from a CAM16 color type into C
without clamping.
Required Associated Types§
Required Methods§
sourcefn cam16_into_unclamped(
self,
parameters: BakedParameters<WpParam, Self::Scalar>
) -> C
fn cam16_into_unclamped( self, parameters: BakedParameters<WpParam, Self::Scalar> ) -> C
Converts self
into C
, using the provided parameters.