pub trait SpectralSpace: 'static {
type Kind: SpectralKind;
}Expand description
Implemented by any spectral model that declares a physical kind.
The blanket alias traits below (Radiance, Reflectance, etc.) let
bounds name the concept without spelling out the associated type.
Required Associated Types§
Sourcetype Kind: SpectralKind
type Kind: SpectralKind
The physical quantity this space encodes.