Main Page Class Hierarchy Compound List Compound Members Related Pages
SolidColorPigment Class ReferenceThis is a single color pigmentation of an object.
More...
#include <Pigment.h>
Inheritance diagram for SolidColorPigment
[legend]Collaboration diagram for SolidColorPigment:
[legend]List of all members.
Public Types |
| enum | { PROPERTY_COLOR = 0x0201
} |
Public Methods |
|
| DECLARE_CLASS (SolidColorPigment,Pigment) |
|
| SolidColorPigment () |
|
virtual | ~SolidColorPigment () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | getProperty (int nProperty,Variant &vValue)const |
|
virtual Color | getColor (const Vector3 &point) |
Public Attributes |
|
Color | color |
Detailed Description
This is a single color pigmentation of an object.
Each point in space has the same color. -
Author(s):
-
Stefan Michel
The documentation for this class was generated from the following file:
|