Extracts the red component from a packed RGBA value.
unsigned char Red(unsigned int rgba)
Returns the red component of the color.
color = Rgba(220,64,128,255) Print(Red(color)) Print(Green(color)) Print(Blue(color)) Print(Alpha(color))