Palette.Load Method (String)

FreeImage.NET

PaletteLoad Method (String)
Loads a palette from the specified file.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void Load(
	string filename
)

Parameters

filename
Type: SystemString
The name of the palette file.
See Also