hwIAMFExportOptions GetPalette
Gets the palette used when exporting AMF files.
Syntax
hwIAMFExportOptions_handle GetPalette
Application
HyperView Tcl Query
Description
- "fullcolor"
- A full color palette is used when exporting AVI files.
- "grayscale"
- A grayscale palette is used when exporting AVI files.
Example
hwi GetSessionHandle mySessionName
mySessionName GetAMFExportOptionsHandle myAmfOptions
myAmfOptions GetPalette
Error
Returns an empty string if an error occurs.