Description Retrieves the color of the output window text.
Syntax GetTextColor r, g, b
Parameters r As Integer The red component of the color. Can be a value from 0 to 255.
g As Integer The green component of the color. Can be a value from 0 to 255.
b As Integer The blue component of the color. Can be a value from 0 to 255.
Remarks This subroutine retrieves the color of the output window text. If there is a problem the subroutine returns without modifying the parameters or setting an error.
See Also Examples
|