Lingo Dictionary > A-C > backgroundColor

 

backgroundColor

Syntax

member(whichVectorMember).backgroundColor
the backgroundColor of member whichVectorMember

Description

Vector shape cast member property; sets the background color of the specified cast member or sprite to the RGB color value assigned.

This property can be both tested and set.

Example

member("Archie").backgroundColor= rgb(255,255,255)

See also

bgColor