|
Colobot
|
HSV color. More...
#include <color.h>
Public Member Functions | |
| ColorHSV (float aH=0.0f, float aS=0.0f, float aV=0.0f) | |
| std::string | ToString () const |
| Returns a string "(h, s, v)". | |
Public Attributes | |
| float | h |
| float | s |
| float | v |
HSV color.
1.8.9.1