#include <rColor.h>


Public Member Functions | |
| rColor () | |
| Constructor. | |
| rColor (REAL r, REAL g, REAL b, REAL a=1) | |
| ~rColor () | |
| Destructor. | |
| void | Apply (void) const |
| Applies the color values stored using Color(). | |
Definition at line 37 of file rColor.h.
| void rColor::Apply | ( | void | ) | const [inline] |
Applies the color values stored using Color().
Definition at line 46 of file rColor.h.
References tColor::a_, tColor::b_, Color(), tColor::g_, and tColor::r_.
Referenced by rGradient::DrawAt(), zShapePolygon::render(), zShapeCircle::render(), gZone::Render(), zShapePolygon::render2d(), zShapeCircle::render2d(), and gZone::Render2D().


1.5.4