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