hwIAMFExportOptions GetPalette
Gets the palette used when exporting AMF files.
Syntax
hwIAMFExportOptions_handle GetPalette
Application
HyperView Tcl Query
Description
This command retrieves the palette used when exporting AMF files:
- "fullcolor"
- A full 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 AMF
files:
hwi GetSessionHandle mySessionName
mySessionName GetAMFExportOptionsHandle myAmfOptions
myAmfOptions GetPalette
Error
Returns an empty string if an error occurs.