ColorConversion.h
Classes
- Global Functions -- Utilities for converting between color spaces (full description)
Types
Interface
Synopsis
provides vectorized and single color conversion between RGB and
HSV color spaces. Operates using float type with the range of
0.0 to 1.0 for all R,G,B,H,S,V values.
Motivation
want to be able to create something that acts like an "HSV" colormap
Member Description