SavePalette

Top  Previous  Next

 

SavePalette (Method)

 

Saves the current palette to an external palette file

 

Syntax:

Function SavePalette(sPalFile As String) As Boolean

 

The SavePalette method syntax consists of the following:

Parameter

Data Type

Description

sPalFile

String

Is the name of the external palette file

 

Return value:

Boolean - True on success, false on error.

 

Example