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

ColorProfile.Save Method (Stream)

Saves the color profile to specified Stream.

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

Syntax

Visual Basic
Public Sub Save ( _
	stream As Stream _
)
C#
public void Save(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The output Stream object.

See Also

Reference