FILLCOLOR Property


PLBCMP GUI Only

 

The FILLCOLOR property specifies the color that fills a SHAPE object. The property uses the following format:

 

FILLCOLOR={value | color obj}

Note the following:

  1. FILLCOLOR may be used in CREATE, SETPROP, or GETPROP statements of a SHAPE object.

  2. The {color object} must have been previously created.

  3. The {value} may specify the color as a BGR value or a Windows system color index. The {value} is a four (4) byte integer. When the high order byte contains a value of 0x0, the next three bytes (twenty-four bits) are interpreted as a BGR value. When the high order byte has a value of 0x80, the lower order byte is an index value into the Windows system colors. The Windows system colors are defined by the user using the control panel.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference FGCOLOR Property FILLSTYLE Property