DColorCube:GetRGB
Example
Creates a color cube, sets the color to cyan, adjusts the saturation and value to 50% each, and prints out the final color.
Output: r = 63
b = 127
a = 255
g = 127
Creates a color cube, sets the color to cyan, adjusts the saturation and value to 50% each, and prints out the final color.