Click or drag to resize
ColorManagementSimpleProfile Structure
[Win10_15063] Simple description of a color space.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct ColorManagementSimpleProfile

The ColorManagementSimpleProfile type exposes the following members.

Fields
  NameDescription
Public fieldBluePrimary
[Win10_15063] The XY coordinates of the blue primary in CIEXYZ space.
Public fieldGamma
[Win10_15063] The gamma encoding to use for this color space.
Public fieldGreenPrimary
[Win10_15063] The XY coordinates of the green primary in CIEXYZ space.
Public fieldRedPrimary
[Win10_15063] The XY coordinates of the red primary in CIEXYZ space.
Public fieldWhitePointXZ
[Win10_15063] The X/Z tristimulus values for the whitepoint, normalized for relative luminance.
Top
Remarks

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

ColorManagementSimpleProfile structures are used with CreateSimple(ColorManagementSimpleProfile), to create color management profiles of type Simple.
See Also