FACT++  1.0
void FilterLed::DrawCircle ( const Ring c,
uint8_t  col = 0x40 
) const

Definition at line 195 of file FilterLed.cc.

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

196 {
197  DrawCircle(l.GetX(), l.GetY(), l.GetR(), col);
198 }
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: