Loads a palette from the reader.

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

Syntax

C#
public void Load(
	BinaryReader reader
)
Visual Basic (Declaration)
Public Sub Load ( _
	reader As BinaryReader _
)
Visual C++
public:
void Load(
	BinaryReader^ reader
)

Parameters

reader
Type: System.IO..::.BinaryReader
The reader to load the palette from.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also