I looked up some R G B values for certain colours, such as "Indian red" for example, which has the RGB values (238, 64, 4).
If I use those values into a D3DXCOLOR structure like this: D3DXCOLOR(238, 64, 4, 255), the colours display oddly - as white! This displays as yellow: D3DXCOLOR(238, 64, 0, 255). Why is this?