Class RgbWorkingSpaces
- Namespace
- SixLabors.ImageSharp.ColorSpaces
- Assembly
- SixLabors.ImageSharp.dll
Chromaticity coordinates based on: http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html
public static class RgbWorkingSpaces
- Inheritance
-
RgbWorkingSpaces
- Inherited Members
Fields
AdobeRgb1998
Adobe Rgb (1998) working space.
public static readonly RgbWorkingSpace AdobeRgb1998
Field Value
ApplesRgb
Apple sRgb working space.
public static readonly RgbWorkingSpace ApplesRgb
Field Value
BestRgb
Best Rgb working space.
public static readonly RgbWorkingSpace BestRgb
Field Value
BetaRgb
Beta Rgb working space.
public static readonly RgbWorkingSpace BetaRgb
Field Value
BruceRgb
Bruce Rgb working space.
public static readonly RgbWorkingSpace BruceRgb
Field Value
CIERgb
CIE Rgb working space.
public static readonly RgbWorkingSpace CIERgb
Field Value
ColorMatchRgb
ColorMatch Rgb working space.
public static readonly RgbWorkingSpace ColorMatchRgb
Field Value
DonRgb4
Don Rgb 4 working space.
public static readonly RgbWorkingSpace DonRgb4
Field Value
ECIRgbv2
ECI Rgb v2 working space.
public static readonly RgbWorkingSpace ECIRgbv2
Field Value
EktaSpacePS5
Ekta Space PS5 working space.
public static readonly RgbWorkingSpace EktaSpacePS5
Field Value
NTSCRgb
NTSC Rgb working space.
public static readonly RgbWorkingSpace NTSCRgb
Field Value
PALSECAMRgb
PAL/SECAM Rgb working space.
public static readonly RgbWorkingSpace PALSECAMRgb
Field Value
ProPhotoRgb
ProPhoto Rgb working space.
public static readonly RgbWorkingSpace ProPhotoRgb
Field Value
Rec2020
Rec. 2020 (ITU-R Recommendation BT.2020F) working space.
public static readonly RgbWorkingSpace Rec2020
Field Value
Rec709
Rec. 709 (ITU-R Recommendation BT.709) working space.
public static readonly RgbWorkingSpace Rec709
Field Value
SMPTECRgb
SMPTE-C Rgb working space.
public static readonly RgbWorkingSpace SMPTECRgb
Field Value
SRgb
sRgb working space.
public static readonly RgbWorkingSpace SRgb
Field Value
Remarks
Uses proper companding function, according to: http://www.brucelindbloom.com/index.html?Eqn_Rgb_to_XYZ.html
SRgbSimplified
Simplified sRgb working space (uses gamma companding instead of SRgbCompanding). See also SRgb.
public static readonly RgbWorkingSpace SRgbSimplified
Field Value
WideGamutRgb
Wide Gamut Rgb working space.
public static readonly RgbWorkingSpace WideGamutRgb