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.
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
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
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
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
To return the blue intensity of the rgb triple for the scalar quantity value
alphabetic index Contents
this page has been generated automatically by a slightly modified version of doc++ for OpenSees