FreeImage.NET Class Library Reference
PaletteSave Method (Stream) |
Saves this Palette to the specified stream.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void Save( Stream stream )
Parameters
- stream
- Type: System.IOStream
The Stream where the image will be saved.
See Also