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

Frame.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
Public Overridable ReadOnly Property ColorProfile As ColorProfile
C#
public virtual ColorProfile ColorProfile { get; }

Property Value

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

Implements

IFrame.ColorProfile

See Also

Reference