Color.Rgba'
RGBA color type with float components (0.0-1.0).
type t = {
r : float;
g : float;
b : float;
a : float;
}