RequestColor( red,green,blue )

Parameters

red,green,blue - Initial color to display in the requester, which components in the range 0 to 255

Description

Prompts the user for a color.

If the user selected a color, the RequestColor returns true. If the operation was cancelled, 0 is returned.

After a color is selected, use the RequestedRed, RequestedGreen and RequestedBlue functions to determine
the actual color.

See also: RequestedRed, RequestedGreen, RequestedBlue.

Index

Click here to view the latest version of this page online