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