Solution1: #define RED D3DCOLOR_ARGB(255, 255, 000, 000) Solution2: Replace RED with D3DCOLOR_ARGB(255, 255, 000, 000)
Originally Posted by asianism Solution1: #define RED D3DCOLOR_ARGB(255, 255, 000, 000) Solution2: Replace RED with D3DCOLOR_ARGB(255, 255, 000, 000) Thanks Solution 1 is better
Originally Posted by HaruShots Thanks Solution 1 is better Remember that VS doesn't define color names but the hex! Goodluck!