Click or drag to resize
ColorManagementProfileIsSupported Method
Checks whether the specified type of color profile is supported on the specified device.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsSupported(
	ColorManagementProfileType type,
	CanvasDevice device
)

Parameters

type
Type: Microsoft.Graphics.Canvas.EffectsColorManagementProfileType
device
Type: Microsoft.Graphics.CanvasCanvasDevice

Return Value

Type: Boolean
Remarks
ICC color profiles are always supported. Simple and Extended profiles require Windows 10 build 15063 (Creators Update) or greater.
See Also