MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / clearAll

Method clearAll

dep/agg/src/agg2d.cpp:249–252  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

247
248//------------------------------------------------------------------------
249void Agg2D::clearAll(Color c)
250{
251 m_renBase.clear(c);
252}
253
254//------------------------------------------------------------------------
255void Agg2D::clearAll(unsigned r, unsigned g, unsigned b, unsigned a)

Callers 2

visualiseSectorsToFileFunction · 0.80
mainAnalyseDriveResponseFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected