FACT++  1.0
void FilterLed::DrawCircle ( const Ring c,
double  r,
uint8_t  col 
) const

Definition at line 200 of file FilterLed.cc.

References Ring::GetX(), and Ring::GetY().

201 {
202  DrawCircle(l.GetX(), l.GetY(), r, col);
203 }
void DrawCircle(float cx, float cy, float r, uint8_t col=0x40) const
Definition: FilterLed.cc:185

+ Here is the call graph for this function: