Expand description
Extension traits that add conversion methods to zenpixels interchange types.
These traits bridge the type–conversion boundary: the types live in
zenpixels (no heavy deps), while the conversion math lives here
(depends on linear-srgb).
Traits§
- Color
Primaries Ext - Adds XYZ matrix lookups to
ColorPrimaries. - Pixel
Buffer Convert Ext - Adds format conversion methods to type-erased
PixelBuffer. - Transfer
Function Ext - Adds scalar EOTF/OETF methods to
TransferFunction.