Palette Constructor (Int32)

FreeImage.NET

Palette Constructor (Int32)
Initializes a new instance with the specified size.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Palette(
	int size
)

Parameters

size
Type: SystemInt32
The size of the palette.
See Also