Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Using the Image Color Map Class

You can obtain color maps by using _getColormap from an image object or you can generate them with an SCL program.

To create an image color map, load the class from SASHELP.FSP.IMGCMAP and then create an instance of the class:

cmap_class = loadclass('sashelp.fsp.
                        imgcmap');
cmap_id = instance(cmap_class);

The predefined color map, DEFAULT, is set at this point. Other predefined color maps are also available for you to use.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.