Chapter Contents

Previous

Next
Image Color Map: _generateGrayRamp

Image Color Map: _generateGrayRamp



Generates a gray-scale color ramp


Syntax
Details
Example

Syntax

CALL SEND (object-id, '_generateGrayRamp', grays);

Argument Type Description
grays
N the number of gray colors to be generated


Details

The number of shades of gray is limited to 256.


Example

This example generates a ramp of 128 grays:

call send(cmap_id,'_generateGrayRamp',
          128);


Chapter Contents

Previous

Next

Top of Page

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