Class LmsAdaptationMatrix
Matrices used for transformation from CieXyz to Lms, defining the cone response domain. Used in IChromaticAdaptation
Inherited Members
Namespace: SixLabors.ImageSharp.ColorSpaces.Conversion
Assembly: SixLabors.ImageSharp.dll
Syntax
public static class LmsAdaptationMatrixRemarks
Matrix data obtained from: Two New von Kries Based Chromatic Adaptation Transforms Found by Numerical Optimization S. Bianco, R. Schettini DISCo, Department of Informatics, Systems and Communication, University of Milan-Bicocca, viale Sarca 336, 20126 Milan, Italy https://web.stanford.edu/~sujason/ColorBalancing/Papers/Two%20New%20von%20Kries%20Based%20Chromatic%20Adaptation.pdf
Fields
| Improve this Doc View SourceBradford
Bradford chromatic adaptation transform matrix (used in CMCCAT97)
Declaration
public static readonly Matrix4x4 BradfordField Value
| Type | Description | 
|---|---|
| Matrix4x4 | 
BradfordSharp
Spectral sharpening and the Bradford transform
Declaration
public static readonly Matrix4x4 BradfordSharpField Value
| Type | Description | 
|---|---|
| Matrix4x4 | 
CAT02
CAT02 (optimized for minimizing CIELAB differences)
Declaration
public static readonly Matrix4x4 CAT02Field Value
| Type | Description | 
|---|---|
| Matrix4x4 | 
CMCCAT2000
CMCCAT2000 (fitted from all available color data sets)
Declaration
public static readonly Matrix4x4 CMCCAT2000Field Value
| Type | Description | 
|---|---|
| Matrix4x4 | 
VonKriesHPE
Von Kries chromatic adaptation transform matrix (Hunt-Pointer-Estevez for equal energy)
Declaration
public static readonly Matrix4x4 VonKriesHPEField Value
| Type | Description | 
|---|---|
| Matrix4x4 | 
VonKriesHPEAdjusted
Von Kries chromatic adaptation transform matrix (Hunt-Pointer-Estevez adjusted for D65)
Declaration
public static readonly Matrix4x4 VonKriesHPEAdjustedField Value
| Type | Description | 
|---|---|
| Matrix4x4 | 
XyzScaling
XYZ scaling chromatic adaptation transform matrix
Declaration
public static readonly Matrix4x4 XyzScalingField Value
| Type | Description | 
|---|---|
| Matrix4x4 |