Saves this Palette to the specified stream.
Namespace:
FreeImageAPIAssembly: 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.