Click or drag to resize

ColorProfile Constructor (Byte)

Initializes a new instance of ColorProfile specifying a byte array containing the profile memory.

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ColorProfile(
	byte[] data
)

Parameters

data
Type: SystemByte
The bytes that contain the color profile.
See Also