Vec4
The color to use for future drawing operations on the
canvas.
- The (x, y, z, w) components of the vector represent the (r, g, b, a) components of the color respectively.
- Only use this field if you know what you're doing, otherwise use fill() instead.