rgb()
Returns sRGB [r, g, b] (each 0-255). Lazy, cached after first call.
rgb(): [number, number, number];
Related
interface UIColor.Output static
An interface that represents the output of a resolved UIColor.
Returns sRGB [r, g, b] (each 0-255). Lazy, cached after first call.
rgb(): [number, number, number];