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

Method polygonSetColor

src/eepp/graphics/batchrenderer.cpp:945–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945void BatchRenderer::polygonSetColor( const Color& Color ) {
946 pointSetColor( Color );
947}
948
949void BatchRenderer::batchPolygon( const Polygon2f& Polygon ) {
950 if ( Polygon.getSize() > mVertexSize )

Callers 3

drawMethod · 0.80
drawRoundedRectangleMethod · 0.80
drawPolygonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected