HSV to RGB DWORD
This will convert a HSV value into an RGB DWORD. There is an example which will draw a box with given HSV values.
The hsv2dword function takes the 3 components as floats as described by the remark preceding the function.
This will convert a HSV value into an RGB DWORD. There is an example which will draw a box with given HSV values.
The hsv2dword function takes the 3 components as floats as described by the remark preceding the function.