Color to RGB (Not in Base Package)

Resolves any color input, including system colors, into an RGB format. To perform a task such as color arithmetic with symbolic colors, you must convert the colors to RGB format.

Color is the color that you want to resolve.
resolved color is the resolved color in RGB format.
R is the red component of the RGB value, 0 to 255.
G is the green component of the RGB value, 0 to 255.
B is the blue component of the RGB value, 0 to 255.