Loads a palette from the specified stream.

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

Syntax

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

Parameters

stream
Type: System.IO..::.Stream
The stream 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