Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Grid Handler Color

RGB color utilities defined in Grid handler . More...

Data Structures

struct  Color
 Color structure containing RGB values. More...
 

Functions

static void factor_to_color (struct Color *col, double factor, Color_Scale_t scale_type)
 factor_to_color More...
 

Detailed Description

RGB color utilities defined in Grid handler .

The Color structure is used to store RGB values of a color. Available function are used to convert colors from different styles (RGB, factor, hex).

Function Documentation

static void factor_to_color ( struct Color col,
double  factor,
Color_Scale_t  scale_type 
)
inlinestatic

factor_to_color

Parameters
col
factor

Definition at line 54 of file Color_Scales.h.