Main Page Class Hierarchy Compound List Compound Members Related Pages
ColorMapList Class ReferenceThis class extends the Simple ColorMap as there are not only two border colors.
More...
#include <ColorMap.h>
Inheritance diagram for ColorMapList
[legend]Collaboration diagram for ColorMapList:
[legend]List of all members.
Public Types |
| enum | { PROPERTY_ENTRY = 0x0200
} |
Public Methods |
|
| DECLARE_CLASS (ColorMapList,ColorMap) |
|
| ColorMapList () |
|
virtual | ~ColorMapList () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | acceptOperation (Visitor *pVisitor) |
|
virtual Color | getColor (const double value) |
Protected Attributes |
|
vector< <ColorMapListEntry> > | colorMap |
Detailed Description
This class extends the Simple ColorMap as there are not only two border colors.
This class holds a list of ColorMapListEntries. They represend value / color pairs. The color is interpolated between these values. This produces a more sophisticated color bleed. -
Author(s):
-
Stefan Michel
-
See also:
-
SimpleColorMap , XYZPigment , Pattern , ColorMapListEntries
The documentation for this class was generated from the following file:
|