Go to the source code of this file.
Macros | |
| #define | COLORSPACE_H |
Functions | |
| void | RGB_To_HSV (Vector3 &hsv, const Vector3 &rgb) |
| void | HSV_To_RGB (Vector3 &rgb, const Vector3 &hsv) |
| void | Recolor (Vector3 &rgb, const Vector3 &hsv_shift) |
| void | Recolor (unsigned &rgba, const Vector3 &hsv_shift) |
| #define COLORSPACE_H |
Definition at line 44 of file colorspace.h.
Definition at line 87 of file colorspace.h.
|
inline |
Definition at line 152 of file colorspace.h.
Definition at line 131 of file colorspace.h.
Definition at line 57 of file colorspace.h.