Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing unnecessary cast in hsv.cpp (#530)
Both temp_red and max_color are float32_t so the result of the subraction already has the right type. This should also remove the only dependency on Boost.NumericConversion
- Loading branch information