Click or drag to resize
ColorManagementProfileCreateSimple Method
[Win10_15063] Initializes a new instance of the ColorManagementProfile class using the specified ColorManagementSimpleProfile.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static ColorManagementProfile CreateSimple(
	ColorManagementSimpleProfile simpleProfile
)

Parameters

simpleProfile
Type: Microsoft.Graphics.Canvas.EffectsColorManagementSimpleProfile

Return Value

Type: ColorManagementProfile
Remarks

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

Use IsSupported(ColorManagementProfileType, CanvasDevice) to check whether simple color profiles are supported on the current version of Windows.

The resulting color profile will have a type of Simple. To use ColorManagementEffect with a simple color profile, Quality must be set to Best.

See Also