I'm still not a bit shifting pro so I gotta ask.

DWORD 0xFF000000

FF = Alpha Value = 255

How can I directly modify that byte?
Do I bitshift << 24 then set it with >> 24?