Share

TextGraphics.GetTextColor Method

Parent Object: TextGraphics

Description

Method that gets the color of the text.

Syntax

TextGraphics.GetTextColor( Red As Byte, Green As Byte, Blue As Byte )

Parameters

Name Type Description
Red Byte Output Byte that specifies the red component of the color. This value will be between 0 and 255.
Green Byte Output Byte that specifies the green component of the color. This value will be between 0 and 255.
Blue Byte The blue component of the color. A Byte value between 0 and 255.

Version

Introduced in version 5

Was this information helpful?