DrawColor Property

Object List Next Object

Defined By:
Drawable

Description:

Controls the line color of drawing methods that use a pen.

Details:

Color is specified as an RGB color that is formed as: &hxxyyzz, where xx is the Blue component of the color in hex, yy is the Green component and zz is the Red component. The RGB intrinsic function can be used to compute these numbers.

Data Type: Long

See Also:

QBColor function, RGB function