ColorProfile Constructor (Stream)

Initializes a new instance of the ColorProfile class from the specified data stream.

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

Syntax

C#
public ColorProfile(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The data stream used to load the profile.

See Also

Reference