8#ifndef IGL_RGB_TO_HSV_H
9#define IGL_RGB_TO_HSV_H
18 template <
typename R,
typename H>
23 template <
typename DerivedR,
typename DerivedH>
25 const Eigen::PlainObjectBase<DerivedR> & R,
26 Eigen::PlainObjectBase<DerivedH> & H);
29#ifndef IGL_STATIC_LIBRARY
30# include "rgb_to_hsv.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void rgb_to_hsv(const R *rgb, H *hsv)
Convert RGB to HSV.