Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
rgb_to_hsv.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "rgb_to_hsv.cpp"
+ Include dependency graph for rgb_to_hsv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename R , typename H >
IGL_INLINE void igl::rgb_to_hsv (const R *rgb, H *hsv)
 
template<typename DerivedR , typename DerivedH >
IGL_INLINE void igl::rgb_to_hsv (const Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedH > &H)