Navigation: Scripting Reference Manual > Functions & Subroutines > SetTextColor

 

SetTextColor

 

Contact Us: fredsupport@photonengr.com

 

Description

Changes the color of the text in the output window.

 

Syntax

SetTextColor r, g, b

 

Parameters

r As Integer

The red component of the new color. Can be a value from 0 to 255.

 

g As Integer

The green component of the new color. Can be a value from 0 to 255.

 

b As Integer

The blue component of the new color. Can be a value from 0 to 255.

 

Remarks

This subroutine changes the color of the text in the output window. If there is a problem the subroutine returns without modifying the parameters or setting an error.

 

See Also

GetTextColor

SetTextColorOff

Examples

 

 

 

 

 

Copyright © Photon Engineering, LLC