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

Method lineStripSetColor

src/eepp/graphics/batchrenderer.cpp:769–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769void BatchRenderer::lineStripSetColor( const Color& Color ) {
770 quadsSetColor( Color );
771}
772
773void BatchRenderer::lineStripSetColorFree( const Color& Color0, const Color& Color1 ) {
774 quadsSetColorFree( Color0, Color1, Color0, Color0 );

Callers 2

drawArcMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected