Saves this Palette to the specified stream.

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

Syntax

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

Parameters

stream
Type: System.IO..::.Stream
The Stream where the image will be saved.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also