OpenWalnut
1.4.0
|
Unit tests the color helping functions. More...
#include <WColor_test.h>
Public Member Functions | |
void | testHSVConversion (void) |
Red in HSV is ( 0, 1, 1 ) and in RGB ( 1, 0, 0 ) Green in HSV is ( 0.3, 1, 1 ) and in RGB ( 0, 1, 0 ) and checks some dark green. |
Unit tests the color helping functions.
Definition at line 39 of file WColor_test.h.
void WColorTest::testHSVConversion | ( | void | ) | [inline] |
Red in HSV is ( 0, 1, 1 ) and in RGB ( 1, 0, 0 ) Green in HSV is ( 0.3, 1, 1 ) and in RGB ( 0, 1, 0 ) and checks some dark green.
Definition at line 47 of file WColor_test.h.