VISIO::COLOR_GET
(int colorsel, int [r][g][b])
Description: Retrieve the
selected color from the color dialog. The ID of the dialog is passed
as an argument. The second argument determines which color is being
asked for: '0' menas RED, '1' means green and '2' means BLUE. The
returned value is the same as shown in the dialog. The value '3'
retrieves the opacity.
Example:
red_value
= VISIO::COLOR_GET (colorsel, 0)
blue_value = VISIO::COLOR_GET (colorsel, 2)