class ColorMap


Public Methods

ColorMap()
virtual ~ColorMap()
virtual float getRed(float value)
virtual float getGreen(float value)
virtual float getBlue(float value)

Documentation

The ColorMap is an abstract class, it defines the interface all concrete subclasses must provide. A ColorMap object is used to determine the mapping between scalar quantities to be displayed in an image and the rgb values that are displayed.

ColorMap()

Does nothing

virtual ~ColorMap()

Does Noting

virtual float getRed(float value)

To return the red intensity of the rgb triple for the scalar quantity value

virtual float getGreen(float value)

To return the green intensity of the rgb triple for the scalar quantity value

virtual float getBlue(float value)

To return the blue intensity of the rgb triple for the scalar quantity value


This class has no child classes.

alphabetic index Contents

this page has been generated automatically by a slightly modified version of doc++ for OpenSees

Copyright Contact Us