vis/directgraphics/
mg_decomposed.pro
Routines
top mg_decomposed
mg_decomposed, dec [, old_decomposed=long]
Set the decomposed mode, if available in the current graphics device i.e. equivalent to:
device, get_decomposed=oldDec
device, decomposed=dec
This routine uses IDL 7.1 functionality for the PS device, but fails gracefully if the IDL version is less than 7.1.
Parameters
- dec in required type=long
decomposed mode: 0 for indexed color, 1 for decomposed color
Keywords
- old_decomposed out optional type=long
decomposed mode before mode is changed (only available in X and WIN graphics devices)
Other attributes
- Requires:
IDL 7.1
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 54 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.