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

Method triangleFanSetColor

src/eepp/graphics/batchrenderer.cpp:828–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828void BatchRenderer::triangleFanSetColor( const Color& Color ) {
829 quadsSetColor( Color );
830}
831
832void BatchRenderer::triangleFanSetColorFree( const Color& Color0, const Color& Color1,
833 const Color& Color2 ) {

Callers 1

drawArcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected