Difference between revisions of "API Console.SetInputRGB"
From Flowcode Help
Jump to navigationJump to search (XML import of latest API) |
(No difference)
|
Revision as of 13:51, 29 May 2013
<sidebar>API contents</sidebar>
Sets the colour of text inserted by the user from now on
Contents
Parameters
HANDLE ConsoleHandle
- A valid console windows handle
ULONG RGB
- The red, green, blue byte values to set the text to
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Console.SetInputRGB(consolehandle, rgb)
No additional information