ColorPalette Constructor (Int32)

Initializes a new instance of the ColorPalette class using the specified size.

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

Syntax

C#
public ColorPalette(
	int entryCount
)

Parameters

entryCount

Type: System.Int32

The number of colors in the palette.

Remarks

All entries of the palette created with this constructor will have the same color value (black). So you need fill the palette entries yourself using Item[Int32] property.

See Also

Reference