#include <HsvColorf.h>
|
| float | h = 0.0f |
| |
| float | s = 0.0f |
| |
| float | v = 0.0f |
| |
| float | a = 0.0f |
| |
◆ HsvColorf()
| constexpr HsvColorf::HsvColorf |
( |
| ) |
|
|
constexprdefault |
◆ adjusted()
| HsvColorf HsvColorf::adjusted |
( |
float |
dh, |
|
|
float |
xs, |
|
|
float |
xv |
|
) |
| const |
Performs a hue-saturation-value adjustment.
- Parameters
-
| dh | Hue delta, must be in [-180, 180]. |
| xs | Saturation multiplier, must be non-negative. |
| xv | Value multiplier, must be non-negative |
- Returns
- Adjusted
HsvColorf.
◆ toColor()
| Color HsvColorf::toColor |
( |
| ) |
const |
- Returns
- This color, converted to
Color.
◆ toColorf()
| Colorf HsvColorf::toColorf |
( |
| ) |
const |
- Original binary offset:
- 0x0048A643
- Returns
- This color, converted to
Colorf.
| float HsvColorf::a = 0.0f |
| float HsvColorf::h = 0.0f |
| float HsvColorf::s = 0.0f |
| float HsvColorf::v = 0.0f |
The documentation for this struct was generated from the following files: