Converts this color to an IntArray of four integer RGBA components, each rounded to the nearest whole number in the 0–255 range.
intArrayOf(r, g, b, a) with values in 0–255.
intArrayOf(r, g, b, a)