FACT++  1.0
void FilterLed::DrawBox ( const int  x1,
const int  y1,
const int  x2,
const int  y2,
const int  col 
) const
private

Definition at line 147 of file FilterLed.cc.

References MGImage::DrawBox().

150 {
151  MGImage::DrawBox(fImg, 768, 576, x1, y1, x2, y2, col);
152 }
uint8_t * fImg
Definition: FilterLed.h:12
static void DrawBox(UChar_t *buf, int w, int h, Float_t x1, Float_t y1, Float_t x2, Float_t y2, UChar_t col, Int_t style=1)
Definition: MGImage.cc:311

+ Here is the call graph for this function: