MCPcopy Create free account
hub / github.com/carbonengine/trinity / Tr2DebugColor

Method Tr2DebugColor

trinity/Include/ITr2DebugRenderer2.h:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 Tr2DebugColor( uint32_t color ) :
63 m_color( color ),
64 m_zFailColor( 0u ),
65 m_colorSelected( GetAutoSelectedColor( color ) ),
66 m_zFailColorSelected( 0u )
67 {
68 }
69
70 Tr2DebugColor( const Color& color ) :
71 m_color( color ),

Callers

nothing calls this directly

Calls 1

GetAutoSelectedColorFunction · 0.85

Tested by

no test coverage detected