Rosetta
Namespaces | Functions
color_util.hh File Reference
#include <platform/types.hh>
#include <numeric/xyzVector.fwd.hh>

Namespaces

 numeric
 Unit headers.
 

Functions

numeric::xyzVector< platform::Realnumeric::rgb_to_hsv (platform::Real r, platform::Real b, platform::Real g)
 convert an RGB color to HSV More...
 
numeric::xyzVector< platform::Realnumeric::rgb_to_hsv (numeric::xyzVector< platform::Real > rgb_triplet)
 convert and RGB color to HSV More...
 
numeric::xyzVector< platform::Realnumeric::hsv_to_rgb (platform::Real h, platform::Real s, platform::Real v)
 convert an HSV color to RGB More...
 
numeric::xyzVector< platform::Realnumeric::hsv_to_rgb (numeric::xyzVector< platform::Real > hsv_triplet)
 convert an HSV color to RGB More...
 

Detailed Description

Author
Sam DeLuca