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

IFrame.ColorProfile Property

Gets a color profile of the bitmap stored in the frame.

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

Syntax

Visual Basic
ReadOnly Property ColorProfile As ColorProfile
C#
                ColorProfile ColorProfile { get; }

Property Value

A ColorProfile class instance which represents the color profile of the current frame.

See Also

Reference