Palette.Save Method (String)

FreeImage.NET

PaletteSave Method (String)
Saves this Palette to the specified file.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void Save(
	string filename
)

Parameters

filename
Type: SystemString
A string that contains the name of the file to which to save this Palette.
See Also