Defines a color.
More...
#include <Types.hh>
sdf::Color::Color |
( |
float |
_r = 0.0f , |
|
|
float |
_g = 0.0f , |
|
|
float |
_b = 0.0f , |
|
|
float |
_a = 1.0f |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | _r | Red value (range 0 to 1) |
[in] | _g | Green value (range 0 to 1 |
[in] | _b | Blue value (range 0 to 1 |
[in] | _a | Alpha value (0=transparent, 1=opaque) |
bool sdf::Color::operator== |
( |
const Color & |
_clr | ) |
const |
|
inline |
Equality operator.
- Parameters
-
[in] | _clr | The color to check for equality |
- Returns
- True if the this color equals _clf
References a, b, sdf::equal(), g, and r.
std::ostream& operator<< |
( |
std::ostream & |
_out, |
|
|
const Color & |
_pt |
|
) |
| |
|
friend |
Stream insertion operator.
- Parameters
-
[in] | _out | the output stream |
[in] | _pt | the color |
- Returns
- the output stream
std::istream& operator>> |
( |
std::istream & |
_in, |
|
|
Color & |
_pt |
|
) |
| |
|
friend |
Stream insertion operator.
- Parameters
-
[in] | _in | the input stream |
[in] | _pt | |
The documentation for this class was generated from the following file: