Palette.Load Method (BinaryReader)

FreeImage.NET

PaletteLoad Method (BinaryReader)
Loads a palette from the reader.

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

Parameters

reader
Type: System.IOBinaryReader
The reader to load the palette from.
See Also