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

ColorProfile.Save Method (String)

Saves the color profile to specified file.

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

Syntax

Visual Basic
Public Sub Save ( _
	fileName As String _
)
C#
public void Save(
	string fileName
)

Parameters

fileName

Type: System.String

The string which specifies the name of the output file.

See Also

Reference