MCPcopy Create free account
hub / github.com/SpartanJ/eepp / lineLoopSetColor

Method lineLoopSetColor

src/eepp/graphics/batchrenderer.cpp:710–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void BatchRenderer::lineLoopSetColor( const Color& Color ) {
711 quadsSetColor( Color );
712}
713
714void BatchRenderer::lineLoopSetColorFree( const Color& Color0, const Color& Color1 ) {
715 quadsSetColorFree( Color0, Color1, Color0, Color0 );

Callers 4

drawBorderMethod · 0.80
drawRectangleMethod · 0.80
drawRoundedRectangleMethod · 0.80
drawPolygonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected