Table of Contents

Class RgbWorkingSpaces

Namespace
SixLabors.ImageSharp.ColorSpaces
Assembly
SixLabors.ImageSharp.dll
public static class RgbWorkingSpaces
Inheritance
RgbWorkingSpaces
Inherited Members

Fields

AdobeRgb1998

Adobe Rgb (1998) working space.

public static readonly RgbWorkingSpace AdobeRgb1998

Field Value

RgbWorkingSpace

ApplesRgb

Apple sRgb working space.

public static readonly RgbWorkingSpace ApplesRgb

Field Value

RgbWorkingSpace

BestRgb

Best Rgb working space.

public static readonly RgbWorkingSpace BestRgb

Field Value

RgbWorkingSpace

BetaRgb

Beta Rgb working space.

public static readonly RgbWorkingSpace BetaRgb

Field Value

RgbWorkingSpace

BruceRgb

Bruce Rgb working space.

public static readonly RgbWorkingSpace BruceRgb

Field Value

RgbWorkingSpace

CIERgb

CIE Rgb working space.

public static readonly RgbWorkingSpace CIERgb

Field Value

RgbWorkingSpace

ColorMatchRgb

ColorMatch Rgb working space.

public static readonly RgbWorkingSpace ColorMatchRgb

Field Value

RgbWorkingSpace

DonRgb4

Don Rgb 4 working space.

public static readonly RgbWorkingSpace DonRgb4

Field Value

RgbWorkingSpace

ECIRgbv2

ECI Rgb v2 working space.

public static readonly RgbWorkingSpace ECIRgbv2

Field Value

RgbWorkingSpace

EktaSpacePS5

Ekta Space PS5 working space.

public static readonly RgbWorkingSpace EktaSpacePS5

Field Value

RgbWorkingSpace

NTSCRgb

NTSC Rgb working space.

public static readonly RgbWorkingSpace NTSCRgb

Field Value

RgbWorkingSpace

PALSECAMRgb

PAL/SECAM Rgb working space.

public static readonly RgbWorkingSpace PALSECAMRgb

Field Value

RgbWorkingSpace

ProPhotoRgb

ProPhoto Rgb working space.

public static readonly RgbWorkingSpace ProPhotoRgb

Field Value

RgbWorkingSpace

Rec2020

Rec. 2020 (ITU-R Recommendation BT.2020F) working space.

public static readonly RgbWorkingSpace Rec2020

Field Value

RgbWorkingSpace

Rec709

Rec. 709 (ITU-R Recommendation BT.709) working space.

public static readonly RgbWorkingSpace Rec709

Field Value

RgbWorkingSpace

SMPTECRgb

SMPTE-C Rgb working space.

public static readonly RgbWorkingSpace SMPTECRgb

Field Value

RgbWorkingSpace

SRgb

sRgb working space.

public static readonly RgbWorkingSpace SRgb

Field Value

RgbWorkingSpace

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

RgbWorkingSpace

WideGamutRgb

Wide Gamut Rgb working space.

public static readonly RgbWorkingSpace WideGamutRgb

Field Value

RgbWorkingSpace