type GradientstopRGBA = [number, number, number, number, number];Represents a gradient stop in the RGBA color space.
The GradientstopRGBA type is a tuple that contains five numbers representing the stop
position and the red, green, blue, and alpha components of the color.