Relacs Plot Library
0.9.8
|
#include <plot.h>
Public Member Functions | |
RGBColor (const RGBColor &rgb) | |
RGBColor (int r, int g, int b) | |
RGBColor (void) | |
bool | operator== (const RGBColor &c) |
unsigned char | red (void) const |
void | setRed (int r) |
unsigned char | green (void) const |
void | setGreen (int g) |
unsigned char | blue (void) const |
void | setBlue (int b) |
RGBColor | lighten (double f) const |
An RGB-Color.
|
inline |
|
inline |
bool operator== | ( | const RGBColor & | c | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Plot::RGBColor lighten | ( | double | f | ) | const |
Multiply each color with f.
References Plot::Blue, Plot::Green, and Plot::Red.