Loads a palette from the specified file.

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

Syntax

C#
public void Load(
	string filename
)
Visual Basic (Declaration)
Public Sub Load ( _
	filename As String _
)
Visual C++
public:
void Load(
	String^ filename
)

Parameters

filename
Type: System..::.String
The name of the palette file.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also