hwIAVIExportOptions GetPalette

Gets the palette used when exporting AVI files.

Syntax

hwIAVIExportOptions_handle GetPalette

Application

HyperWorks Tcl Query

Description

This parameter is used when exporting AVI files from either the video or animation clients during HTML export.

Returns the following:
"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

To determine the current palette used when exporting AVI files:
hwi GetSessionHandle mySessionName
mySessionName GetAVIExportOptionsHandle myAviOptions
myAviOptions GetPalette

Error

If an error occurs, this command returns an empty string.