hwIAVIExportOptions GetPalette
Gets the palette used when exporting AVI files.
Syntax
hwIAVIExportOptions_handle GetPalette
Application
Tcl Query
Description
This parameter is used when exporting AVI files from either the video or animation clients during HTML export.
- "fullcolor"
- A full color palette is used when exporting AVI files.
- "reduced"
- A reduced color palette is used when exporting AVI files.
- "grayscale"
- A grayscale palette is used when exporting AVI files.
Example
hwi GetSessionHandle mySessionName
mySessionName GetAVIExportOptionsHandle myAviOptions
myAviOptions GetPalette
Error
If an error occurs, this command returns an empty string.