Click or drag to resize

ColorProfile Constructor (String)

Initializes a new instance of ColorProfile specifying the filename containing a color profile.

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(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name of the color profile (usually with the ICM or ICC extension).
See Also