App::ValueFloatToRGB Class Referenceabstract

Abstract base class that calculates the matching RGB color to a given value. More...

#include <ColorModel.h>

Public Member Functions

virtual Color getColor (float fVal) const =0
 

Protected Member Functions

 ValueFloatToRGB (void)
 
virtual ~ValueFloatToRGB ()
 

Detailed Description

Abstract base class that calculates the matching RGB color to a given value.

Constructor & Destructor Documentation

◆ ValueFloatToRGB()

App::ValueFloatToRGB::ValueFloatToRGB ( void  )
protected

◆ ~ValueFloatToRGB()

virtual App::ValueFloatToRGB::~ValueFloatToRGB ( )
protectedvirtual

Member Function Documentation

◆ getColor()

virtual Color App::ValueFloatToRGB::getColor ( float  fVal) const
pure virtual

The documentation for this class was generated from the following file:
  • src/App/ColorModel.h