Chapter Contents |
Previous |
Next |
STANDARD_CMAP |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGOP(task-id, 'STANDARD_CMAP', color-map); |
Type: Character
Details |
STANDARD_CMAP specifies that the current color map should be filled with one of the "standard" image color maps. This new color map can be applied to any image by using either the DITHER command or the MAP_COLORS command.
Example |
Select a new color map and use the DITHER command to apply it to an image:
rc=imgop(task-id,'STANDARD_CMAP','COLORMIX_CGA'); rc=imgop(task-id,'READ',path); rc=imgop(task-id,'DITHER');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.