Don't crash when HSV_VALUE == 1
256 isn't a valid value (valid values range from 0-255, inclusive). So the correct constant to multiply by is 255.
Showing
Please register or sign in to comment
256 isn't a valid value (valid values range from 0-255, inclusive). So the correct constant to multiply by is 255.