OTB  9.0.0
Orfeo Toolbox
Public Member Functions | List of all members
otb::Functor::HSVToRGBFunctor< TRGBPixel > Class Template Reference

#include <otbScalarToRainbowRGBPixelFunctor.h>

+ Inheritance diagram for otb::Functor::HSVToRGBFunctor< TRGBPixel >:

Public Member Functions

 HSVToRGBFunctor ()=default
 
TRGBPixel operator() (double h, double s, double v) const
 
 ~HSVToRGBFunctor ()=default
 

Detailed Description

template<class TRGBPixel>
class otb::Functor::HSVToRGBFunctor< TRGBPixel >

Function object to convert HSV value to RGB.

See also
ScalarToRainbowRGBPixelFunctor

Definition at line 42 of file otbScalarToRainbowRGBPixelFunctor.h.

Constructor & Destructor Documentation

◆ HSVToRGBFunctor()

template<class TRGBPixel >
otb::Functor::HSVToRGBFunctor< TRGBPixel >::HSVToRGBFunctor ( )
default

◆ ~HSVToRGBFunctor()

template<class TRGBPixel >
otb::Functor::HSVToRGBFunctor< TRGBPixel >::~HSVToRGBFunctor ( )
default

Member Function Documentation

◆ operator()()

template<class TRGBPixel >
TRGBPixel otb::Functor::HSVToRGBFunctor< TRGBPixel >::operator() ( double  h,
double  s,
double  v 
) const
inline

Definition at line 49 of file otbScalarToRainbowRGBPixelFunctor.h.


The documentation for this class was generated from the following file: