Trait palette::cam16::WhitePointParameter
source · pub trait WhitePointParameter<T> {
type StaticWp;
// Required method
fn into_xyz(self) -> Xyz<Any, T>;
}
Expand description
A trait for types that can be used as white point parameters in
Parameters
.
Required Associated Types§
sourcetype StaticWp
type StaticWp
The static representation of this white point, or white_point::Any
if it’s dynamic.