Namespace:Aurigma.GraphicsMill Assembly:Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
C#
public int Count { get; }
Property Value
The number of colors in the palette.
Remarks
A number of colors in palette depends on the color depth of the image where it is used. 1-bit bitmaps can have only 2 colors, 4-bit bitmaps - 16 colors, 8-bit bitmaps - 256 colors. 8 bit is a maximum bit depth for indexed images, so this property never exceed 256.