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

Histogram.IsExtended Property

Indicates whether the histogram entry is extended (16-bit).

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

Syntax

Visual Basic
Public ReadOnly Property IsExtended As Boolean
C#
public bool IsExtended { get; }

Property Value

Value that contains true when histogram entry is 16-bit, false is it is 8-bit.

See Also

Reference