Click or drag to resize
ColorManagementGamma Enumeration
[Win10_15063] Describes the gamma of a ColorManagementSimpleProfile.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum ColorManagementGamma
Members
  Member nameValueDescription
G220[Win10_15063] Colors are in 2.2 gamma color space.
G101[Win10_15063] Colors are in 1.0 gamma color space.
G20842[Win10_15063] Colors are in ST.2084 PQ gamma color space.
Remarks

This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.

See Also