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

Method GetSecondCheckerColor

tools/assimp_view/Display.h:416–419  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

414 //------------------------------------------------------------------
415 // get the secondary color of the checker pattern background
416 inline const D3DXVECTOR4* GetSecondCheckerColor() const
417 {
418 return &this->m_avCheckerColors[ 1 ];
419 }
420
421 private:
422

Callers 3

SaveCheckerPatternColorsFunction · 0.80
LoadCheckerPatternColorsFunction · 0.80
MessageProcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected