1#ifndef LIBS_GRAPHICS_CINTERPOLATIONCOLOR_HPP_
2#define LIBS_GRAPHICS_CINTERPOLATIONCOLOR_HPP_
14 void getColorRGB(
double t,
double *rValue,
double *gValue,
double *bValue)
const;
Definition CInterpolationColor.hpp:7
void addInterpolation(double t, uint64_t rgb)
Definition CInterpolationColor.cpp:29
CInterpolationColor()=delete
void getColorRGB(double t, double *rValue, double *gValue, double *bValue) const
Definition CInterpolationColor.cpp:70
std::vector< SPrvInterpolation > m_interpolations
Definition CInterpolationColor.hpp:24
Definition CInterpolationColor.hpp:18
uint64_t m_rgb
Definition CInterpolationColor.hpp:21
double m_t
Definition CInterpolationColor.hpp:20
bool operator==(const SPrvInterpolation &b) const
Definition CInterpolationColor.cpp:9