BlitzPlus Docs -> GUI - A-Z -> R -> RequestColor
RequestColor( red,green,blue )
Parameters:
red,green,blue - Initial color to display in the requester, which components in the range 0 to 255Description:
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.
Comments
None.
BlitzPlus Manual Forum
Blitz3D Equivalent Command




