This documentation is for the old version. Go to the latest Graphics Mill docs

ColorProfile Constructor

Creates ColorProfile class instance from given file.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	fileName As String _
)
C#
public ColorProfile(
	string fileName
)

Parameters

fileName

Type: System.String

File name of the profile.

See Also

Reference