Loads a palette from the reader.
Namespace:
FreeImageAPIAssembly: 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.