AtmoCalculations.cpp File Reference

Include dependency graph for AtmoCalculations.cpp:


Defines

#define h_MAX   255
#define s_MAX   255
#define v_MAX   255
#define POS_DIV(a, b)   ( (a)/(b) + ( ((a)%(b) >= (b)/2 ) ? 1 : 0) )

Functions

tHSVColor RGB2HSV (tRGBColor color)
tRGBColor HSV2RGB (tHSVColor color)

Define Documentation

#define h_MAX   255

#define POS_DIV ( a,
b   )     ( (a)/(b) + ( ((a)%(b) >= (b)/2 ) ? 1 : 0) )

Referenced by RGB2HSV().

#define s_MAX   255

#define v_MAX   255

Referenced by HSV2RGB(), and RGB2HSV().


Function Documentation

tRGBColor HSV2RGB ( tHSVColor  color  ) 

tHSVColor RGB2HSV ( tRGBColor  color  ) 


Generated on Tue May 25 08:05:28 2010 for VLC by  doxygen 1.5.6