Initializes a new instance with the specified size.
Namespace:
FreeImageAPIAssembly: 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.