All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ColorTransform.cpp File Reference

Implementation of the color transform concept. More...

#include "ColorTransform.h"

Go to the source code of this file.

Macros

#define MAX_3(a, b, c)   ( ( a > b && a > c) ? a : (b > c ? b : c) )
 
#define MIN_3(a, b, c)   ( ( a < b && a < c) ? a : (b < c ? b : c) )
 

Detailed Description

Implementation of the color transform concept.

Definition in file ColorTransform.cpp.

Macro Definition Documentation

#define MAX_3 (   a,
  b,
 
)    ( ( a > b && a > c) ? a : (b > c ? b : c) )
#define MIN_3 (   a,
  b,
 
)    ( ( a < b && a < c) ? a : (b < c ? b : c) )