8#ifndef IGL_HSV_TO_RGB_H
9#define IGL_HSV_TO_RGB_H
29 const T & h,
const T & s,
const T & v,
35 template <
typename DerivedH,
typename DerivedR>
37 const Eigen::PlainObjectBase<DerivedH> & H,
38 Eigen::PlainObjectBase<DerivedR> & R);
41#ifndef IGL_STATIC_LIBRARY
42# include "hsv_to_rgb.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void hsv_to_rgb(const T *hsv, T *rgb)
Convert RGB to HSV.