Can we create a Color class with an Alpha channel? Maybe call it ColorAlpha or something like that?
We can also create a GetColorAlpha and SetColorAlpha to use the alpha channel.
This might also mean we need to create overloads for all other functions using Color, like DrawLine.