Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
hsv_to_rgb.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "hsv_to_rgb.cpp"
+ Include dependency graph for hsv_to_rgb.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 T >
IGL_INLINE void igl::hsv_to_rgb (const T *hsv, T *rgb)
 
template<typename T >
IGL_INLINE void igl::hsv_to_rgb (const T &h, const T &s, const T &v, T &r, T &g, T &b)
 
template<typename DerivedH , typename DerivedR >
void igl::hsv_to_rgb (const Eigen::PlainObjectBase< DerivedH > &H, Eigen::PlainObjectBase< DerivedR > &R)