CSL  6.0
JCSL_Widgets.cpp File Reference
#include "JCSL_Widgets.h"
#include <math.h>

Go to the source code of this file.

Macros

#define csl_max(a, b)   (((a) > (b)) ? (a) : (b))
 
#define csl_min(a, b)   (((a) < (b)) ? (a) : (b))
 
#define SetPixel(g, x, y)   g.fillRect(x, y, 1, 1);
 

Macro Definition Documentation

#define SetPixel (   g,
  x,
 
)    g.fillRect(x, y, 1, 1);

Definition at line 206 of file JCSL_Widgets.cpp.

Referenced by AudioSpectrumDisplay::paint().