ExtendedColorSpace Enumeration |
Namespace: Microsoft.Graphics.Canvas.Effects
public enum ExtendedColorSpace
Member name | Value | Description | |
---|---|---|---|
FullG22P709 | 0 | [Win10_15063] RGB color space with range 0-255, gamma 2.2, and BT.709 primaries. This is the standard definition for sRGB. Note that this is often implemented with a linear segment, but in that case the exponent is corrected to stay aligned with a gamma 2.2 curve. This is usually used with 8 bit and 10 bit color channels. | |
FullG10P709 | 1 | [Win10_15063] RGB color space with range 0-255, gamma 1.0, and BT.709 primaries. This is the standard definition for scRGB, and is usually used with 16 bit integer, 16 bit floating point, and 32 bit floating point channels. | |
StudioG22P709 | 2 | [Win10_15063] RGB color space with range 16-235, gamma 2.2, and BT.709 primaries. This is the standard definition for ITU-R Recommendation BT.709. Note that due to the inclusion of a linear segment, the transfer curve looks similar to a pure exponential gamma of 1.9. This is usually used with 8 bit and 10 bit color channels. | |
StudioG22P2020 | 3 | [Win10_15063] RGB color space with range 16-235, gamma 2.2 and BT.2020 primaries. This is usually used with 10, 12, or 16 bit color channels. | |
FullG2084P2020 | 12 | [Win10_15063] RGB color space with range 0-255, ST.2084 gamma and BT.2020 primaries. This is usually used with 10, 12, or 16 bit color channels. | |
StudioG2084P2020 | 14 | [Win10_15063] RGB color space with range 16-235, ST.2084 gamma and BT.2020 primaries. This is usually used with 10, 12, or 16 bit color channels. | |
FullG22P2020 | 17 | [Win10_15063] RGB color space with range 0-255, gamma 2.2 and BT.2020 primaries. This is usually used with 10, 12, or 16 bit color channels. | |
Custom | -1 | [Win10_15063] Indicates that some other type of color space is being used. |
This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.
This enum is used with CreateExtended(ExtendedColorSpace), to create color management profiles of type Extended.