MCPcopy Create free account
hub / github.com/assimp/assimp / GetFirstCheckerColor

Method GetFirstCheckerColor

tools/assimp_view/Display.h:409–412  ·  view source on GitHub ↗

------------------------------------------------------------------ get the primary color of the checker pattern background

Source from the content-addressed store, hash-verified

407 //------------------------------------------------------------------
408 // get the primary color of the checker pattern background
409 inline const D3DXVECTOR4* GetFirstCheckerColor() const
410 {
411 return &this->m_avCheckerColors[ 0 ];
412 }
413
414 //------------------------------------------------------------------
415 // get the secondary color of the checker pattern background

Callers 3

SaveCheckerPatternColorsFunction · 0.80
LoadCheckerPatternColorsFunction · 0.80
MessageProcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected