🎨 This constructor strictly accepts 4 numbers, which are the color components.
Use the color function for greater flexibility, it runs this constructor internally.
color
🎨 An array of the color's components.
🎨 Checks if this color is exactly equal to another color.
🎨 Checks if the color is the same as another color, disregarding their alpha values.
🎨 Produces a CSS color string representation.
🎨 This constructor strictly accepts 4 numbers, which are the color components.
Use the
colorfunction for greater flexibility, it runs this constructor internally.