A color struct As of right now, only works with additive RGBA, but may work with other formats later Additive RGBA is where the color is stored as an addition of red, green, and blue Alpha is the transparency of the color
Gets the color as an SDL_Color
Alpha value or transparency for the color
Blue value for the color
Green value for the color
Red value for the color
See Implementation
A color struct As of right now, only works with additive RGBA, but may work with other formats later Additive RGBA is where the color is stored as an addition of red, green, and blue Alpha is the transparency of the color