Initializes a new instance with the specified size.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public Palette(
	int size
)
Visual Basic (Declaration)
Public Sub New ( _
	size As Integer _
)
Visual C++
public:
Palette(
	int size
)

Parameters

size
Type: System..::.Int32
The size of the palette.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also