Click or drag to resize
ColorManagementProfileCreateCustom Method
Initializes a new instance of the ColorManagementProfile class using the specified ICC color profile.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static ColorManagementProfile CreateCustom(
	byte[] iccProfile
)

Parameters

iccProfile
Type: SystemByte

Return Value

Type: ColorManagementProfile
Remarks
The resulting color profile will have a type of Icc.
See Also