------------------------------------------------------------------ get the primary color of the checker pattern background
| 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 |
no outgoing calls
no test coverage detected