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

IFrame.IsRgb Property

Gets a value specifying whether the bitmap stored in the frame is RGB.

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

Syntax

Visual Basic
ReadOnly Property IsRgb As Boolean
C#
                bool IsRgb { get; }

Property Value

A Boolean value specifying whether the bitmap stored in the frame is RGB.

See Also

Reference