Click or drag to resize
ColorManagementProfileSimpleProfile Property
[Win10_15063] Gets the simple color profile description.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Nullable<ColorManagementSimpleProfile> SimpleProfile { get; }

Property Value

Type: NullableColorManagementSimpleProfile
Remarks

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

Returns null if the Type of the color profile is not Simple.
See Also