libigl v2.5.0
Loading...
Searching...
No Matches
rgb_to_hsv.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "rgb_to_hsv.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename R , typename H >
void igl::rgb_to_hsv (const R *rgb, H *hsv)
 Convert RGB to HSV.
 
template<typename DerivedR , typename DerivedH >
void igl::rgb_to_hsv (const Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedH > &H)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.