LoadPalette

Top  Previous  Next

 

LoadPalette (Method)

 

This function loads a color palette from an external .PAL file

 

Syntax:

Function LoadPalette(sAVAXPalFile As String) As Boolean

 

The LoadPalette method syntax consists of the following:

Parameter

Data Type

Description

sAVAXPalFile

String

Is the name of the file

 

Return value:

Boolean - True on succesfull load, false on fail.

 

Example