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

Method lineColor

dep/agg/src/agg2d.cpp:440–444  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

438
439//------------------------------------------------------------------------
440void Agg2D::lineColor(Color c)
441{
442 m_lineColor = c;
443 m_lineGradientFlag = Solid;
444}
445
446//------------------------------------------------------------------------
447void Agg2D::lineColor(unsigned r, unsigned g, unsigned b, unsigned a)

Callers 6

visualiseSectorsToFileFunction · 0.80
draw_y_axisFunction · 0.80
draw_x_axisFunction · 0.80
draw_y_graticulesFunction · 0.80
draw_x_graticulesFunction · 0.80
mainAnalyseDriveResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected