PixelFormat.MaxChannelValue Property

Gets a maximum channel value available in this pixel format.

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

Syntax

C#
public int MaxChannelValue { get; }

Property Value

The maximum channel value available in this pixel format. 16 if the pixel format is extended; otherwise 8.

See Also

Reference