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

Method linesSetColor

src/eepp/graphics/batchrenderer.cpp:674–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674void BatchRenderer::linesSetColor( const Color& Color ) {
675 quadsSetColor( Color );
676}
677
678void BatchRenderer::linesSetColorFree( const Color& Color0, const Color& Color1 ) {
679 quadsSetColorFree( Color0, Color1, Color0, Color0 );

Callers 3

drawMethod · 0.80
drawMethod · 0.80
drawLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected