Tao.DevIl SDK Documentation |
|
Il.ilSavePal Method
If the current bound image has a palette, ilSavePal saves the current image's palette to the file specified by FileName. Currently, OpenIL only supports saving to Paint Shop Pro .pal files.
[Visual Basic]
Public Shared Function ilSavePal( _
ByVal
FileName As
String _
) As
Boolean
[C#]
public static
bool ilSavePal(
string FileName);
Parameters
-
FileName
- Filename to save the palette data to.
Return Value
See Also
Il Class | Tao.DevIl Namespace