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

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static ColorManagementProfile CreateExtended(
	ExtendedColorSpace colorSpace
)

Parameters

colorSpace
Type: Microsoft.Graphics.Canvas.EffectsExtendedColorSpace

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 extended color profiles are supported on the current version of Windows.

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

See Also