MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / setColour

Method setColour

tests/catch.hpp:8038–8041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8036
8037 private:
8038 void setColour( const char* _escapeCode ) {
8039 getCurrentContext().getConfig()->stream()
8040 << '\033' << _escapeCode;
8041 }
8042 };
8043
8044 bool useColourOnPlatform() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected