Class KnownIlluminants
- Namespace
- SixLabors.ImageSharp.ColorProfiles
- Assembly
- SixLabors.ImageSharp.dll
The well known standard illuminants. Standard illuminants provide a basis for comparing images or colors recorded under different lighting
public static class KnownIlluminants
- Inheritance
-
KnownIlluminants
- Inherited Members
Remarks
Coefficients taken from: http://www.brucelindbloom.com/index.html?Eqn_ChromAdapt.html
and https://color.org/specification/ICC.1-2022-05.pdf
Descriptions taken from: http://en.wikipedia.org/wiki/Standard_illuminant
Properties
A
Gets the Incandescent / Tungsten illuminant.
public static CieXyz A { get; }
Property Value
B
Gets the Direct sunlight at noon (obsoleteF) illuminant.
public static CieXyz B { get; }
Property Value
C
Gets the Average / North sky Daylight (obsoleteF) illuminant.
public static CieXyz C { get; }
Property Value
D50
Gets the Horizon Light.
public static CieXyz D50 { get; }
Property Value
D50Icc
Gets the D50 illuminant used in the ICC profile specification.
public static CieXyz D50Icc { get; }
Property Value
D55
Gets the Mid-morning / Mid-afternoon Daylight illuminant.
public static CieXyz D55 { get; }
Property Value
D65
Gets the Noon Daylight: TelevisionF, sRGB color space illuminant.
public static CieXyz D65 { get; }
Property Value
D75
Gets the North sky Daylight illuminant.
public static CieXyz D75 { get; }
Property Value
E
Gets the Equal energy illuminant.
public static CieXyz E { get; }
Property Value
F11
Gets the Philips TL84F, Ultralume 40 illuminant.
public static CieXyz F11 { get; }
Property Value
F2
Gets the Cool White Fluorescent illuminant.
public static CieXyz F2 { get; }
Property Value
F7
Gets the D65 simulatorF, Daylight simulator illuminant.
public static CieXyz F7 { get; }