![]() |
PhoenixPNG
0.1.0
Set of tools to ease use of png file
|
Color related to a value. More...
#include <PColorMap.h>
Public Attributes | |
color_t | a |
Alpha channel. | |
color_t | b |
Blue channel. | |
color_t | g |
Green channel. | |
color_t | r |
Red channel. | |
float | value |
Value of the color. | |
Color related to a value.
Definition at line 17 of file PColorMap.h.
color_t PColorValue::a |
Alpha channel.
Definition at line 27 of file PColorMap.h.
Referenced by createColorValue(), getColorValue(), PColorMap::interpolate(), and phoenix_interpolateColor().
color_t PColorValue::b |
Blue channel.
Definition at line 25 of file PColorMap.h.
Referenced by createColorValue(), getColorValue(), PColorMap::interpolate(), PColorMap::interpolate(), and phoenix_interpolateColor().
color_t PColorValue::g |
Green channel.
Definition at line 23 of file PColorMap.h.
Referenced by createColorValue(), getColorValue(), PColorMap::interpolate(), PColorMap::interpolate(), and phoenix_interpolateColor().
color_t PColorValue::r |
Red channel.
Definition at line 21 of file PColorMap.h.
Referenced by createColorValue(), getColorValue(), PColorMap::interpolate(), PColorMap::interpolate(), and phoenix_interpolateColor().
float PColorValue::value |
Value of the color.
Definition at line 19 of file PColorMap.h.
Referenced by createColorValue(), and phoenix_interpolateColor().