@ConstructorProperties({"red", "green", "blue"})
public ColorUIResource (int r, int g, int b)

Constructs a ColorUIResource.

Parameters:
r    the red component
g    the green component
b    the blue component