OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WColorTest Class Reference

Unit tests the color helping functions. More...

#include <WColor_test.h>

+ Inheritance diagram for WColorTest:
+ Collaboration diagram for WColorTest:

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. More...
 

Detailed Description

Unit tests the color helping functions.

Definition at line 39 of file WColor_test.h.

Member Function Documentation

◆ testHSVConversion()

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.


The documentation for this class was generated from the following file: