PhoenixPNG  0.1.0
Set of tools to ease use of png file
Loading...
Searching...
No Matches
PColorValue Struct Reference

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.
 

Detailed Description

Color related to a value.

Definition at line 17 of file PColorMap.h.

Member Data Documentation

◆ a

color_t PColorValue::a

Alpha channel.

Definition at line 27 of file PColorMap.h.

Referenced by createColorValue(), getColorValue(), PColorMap::interpolate(), and phoenix_interpolateColor().

◆ b

color_t PColorValue::b

◆ g

color_t PColorValue::g

◆ r

color_t PColorValue::r

◆ value

float PColorValue::value

Value of the color.

Definition at line 19 of file PColorMap.h.

Referenced by createColorValue(), and phoenix_interpolateColor().


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