Skip to main content

Module matrix

Module matrix 

Source
Expand description

Matrix types and traits for Lms.

Structs§

Bradford
Represents Bradford’s spectrally sharpening matrix (MBFD).
UnitMatrix
Represents a unit matrix, for a 1:1 conversion between XYZ to LMS.
VonKries
Represents the matrix used with the von Kries transform method (MvonKries).
WithLmsMatrix
Adds an LMS matrix Matrix to another meta type T.

Traits§

HasLmsMatrix
Implemented by meta types that contain an LMS matrix.
LmsToXyz
Provides a matrix for converting from Lms to Xyz.
XyzToLms
Provides a matrix for converting from Xyz to Lms.