GpiUnrealizeColorTable
Appearance
GpiUnrealizeColorTable is a function used to manage color palettes and device color tables.
Its primary purpose is to restore the system or device's color table to its state prior to a previous call to GpiRealizeColorTable.
Syntax
rc = GpiUnrealizeColorTable(hps)
Parameters
- hps (HPS) - input
- Presentation-space handle.
Returns
- rc (BOOL) - returns
- Success indicator.
- TRUE
- Successful completion
- FALSE
- Error occurred.