Histogram.Length Property

Gets the number of histogram entries.

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

Syntax

C#
public int Length { get; }

Property Value

The number of histogram entries. Depending on a bitmap pixel format it is either 256 (if it is non-extended) or 65356 (if it is extended).

See Also

Reference