Main Page Class Hierarchy Compound List Compound Members Related Pages
PlanarPattern Class ReferenceThis class implements a radial pattern.
More...
#include <Pattern.h>
Inheritance diagram for PlanarPattern
[legend]Collaboration diagram for PlanarPattern:
[legend]List of all members.
Public Types |
| enum | { PROPERTY_TILE = 0x0200
} |
Public Methods |
|
| DECLARE_CLASS (PlanarPattern,Pattern) |
|
| PlanarPattern () |
|
virtual | ~PlanarPattern () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | getProperty (int nProperty,Variant &vValue)const |
Public Attributes |
|
bool | tile |
Detailed Description
This class implements a radial pattern.
The calculation is done in the calculate2D method. The result is a vector with components in the interval [0..1]. This pattern can be used to map 2-dimensional colorMaps (i.e. bitmaps) to a planar object. -
Author(s):
-
Stefan Michel
-
See also:
-
XYZPigment , ColorMap
The documentation for this class was generated from the following file:
|