#include <SiPixelContinuousPalette.h>
Public Attributes | |
constexpr int | b [] |
constexpr int | g [] |
constexpr int | r [] |
Class that handles the SiPixel color codes
This namespace defines a color space to produce a smooth color palette. The index of the r,g and b vectors is a normalized integer [0-99].
constexpr int SiPixelContinuousPalette::b[] |
Definition at line 38 of file SiPixelContinuousPalette.h.
Referenced by SiPixelUtility::getStatusColor().
constexpr int SiPixelContinuousPalette::g[] |
Definition at line 28 of file SiPixelContinuousPalette.h.
Referenced by SiPixelUtility::getStatusColor().
constexpr int SiPixelContinuousPalette::r[] |
Definition at line 17 of file SiPixelContinuousPalette.h.
Referenced by SiPixelUtility::getStatusColor().