API Console.SetOutputRGB

From Flowcode Help
Revision as of 13:51, 29 May 2013 by JonnyW (talk | contribs) (XML import of latest API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Sets the colour of text inserted by the component from now on

Class hierarchy

Console

SetOutputRGB

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.SetOutputRGB(consolehandle, rgb)

No additional information