#include <hps.h>
|
float | red |
| Red component of this color object, from 0.0 to 1.0. More...
|
|
float | green |
| Green component of this color object, from 0.0 to 1.0. More...
|
|
float | blue |
| Blue component of this color object, from 0.0 to 1.0. More...
|
|
float | alpha |
| Alpha component of this color object, from 0.0 to 1.0. More...
|
|
◆ RGBAColor() [1/7]
◆ RGBAColor() [2/7]
HPS_INLINE HPS::RGBAColor::RGBAColor |
( |
float |
gray, |
|
|
float |
a = 1 |
|
) |
| |
|
inlineexplicit |
◆ RGBAColor() [3/7]
HPS_INLINE HPS::RGBAColor::RGBAColor |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a = 1 |
|
) |
| |
|
inline |
◆ RGBAColor() [4/7]
◆ RGBAColor() [5/7]
◆ RGBAColor() [6/7]
◆ RGBAColor() [7/7]
◆ Black()
◆ Equals()
◆ Gray()
◆ Invalid()
◆ IsGray()
◆ IsValid()
◆ Nothing()
◆ operator!=()
Determines RGBA non-equivalency between this object and argument.
- Parameters
-
c | The color object to test against |
- Returns
- true if the objects are not equivalent, false otherwise
◆ operator*() [1/3]
◆ operator*() [2/3]
◆ operator*() [3/3]
◆ operator*=() [1/3]
◆ operator*=() [2/3]
◆ operator*=() [3/3]
◆ operator+() [1/3]
◆ operator+() [2/3]
◆ operator+() [3/3]
◆ operator+=() [1/3]
◆ operator+=() [2/3]
◆ operator+=() [3/3]
◆ operator-() [1/3]
◆ operator-() [2/3]
◆ operator-() [3/3]
◆ operator-=() [1/3]
◆ operator-=() [2/3]
◆ operator-=() [3/3]
◆ operator/()
◆ operator/=()
◆ operator==()
Determines RGBA equivalency between this object and argument.
- Parameters
-
c | The color object to test against |
- Returns
- true if the objects are equivalent, false otherwise
◆ White()
◆ alpha
float HPS::RGBAColor::alpha |
Alpha component of this color object, from 0.0 to 1.0.
◆ blue
float HPS::RGBAColor::blue |
Blue component of this color object, from 0.0 to 1.0.
◆ green
float HPS::RGBAColor::green |
Green component of this color object, from 0.0 to 1.0.
◆ red
float HPS::RGBAColor::red |
Red component of this color object, from 0.0 to 1.0.
The documentation for this class was generated from the following file: