Returns the green component (0-255) from the last color or font dialog.
Takes no parameters.
Returns the value of global variable requestedGreen.
BGI GUI
Parameters & Returns
Parameters
This function takes no parameters.
Returns
Int
Quick Summary
Returns the green component (0-255) from the last color or font dialog.
Takes no parameters.
Returns the value of global variable requestedGreen.
Technical Exegesis...
Returns the green component (0-255) from the last color or font dialog. Returns the value of global variable requestedGreen. This value is set by bgiOpenColourDialog() or bgiOpenFontDialog() when user selects a color. Range is 0-255 (standard RGB byte value).
This function retrieves the integer green component of the most recently selected color. The requestedGreen global is updated whenever bgiOpenColourDialog() or bgiOpenFontDialog() completes successfully (not on cancel).
Returns the green component (0-255) from the last color or font dialog. Returns the value of global variable requestedGreen. This value is set by bgiOpenColourDialog() or bgiOpenFontDialog() when user selects a color. Range is 0-255 (standard RGB byte value).
This function retrieves the integer green component of the most recently selected color. The requestedGreen global is updated whenever bgiOpenColourDialog() or bgiOpenFontDialog() completes successfully (not on cancel). Font dialogs also set color for text color selection. Use after calling color/font dialog to get the chosen color's green value. For normalized float values (0.0-1.0), use bgiRequestedGreenF() instead.