Palette.Load Method (Stream)

FreeImage.NET

PaletteLoad Method (Stream)
Loads a palette from the specified stream.

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

Parameters

stream
Type: System.IOStream
The stream to load the palette from.
See Also