USECOLORMASK Property


9.0, PLBCMP GUI Only

 

The USECOLORMASK property determines whether the mask color should be applied to an image in an IMAGELIST object. The property uses the following format:

USECOLORMASK={value}

Note the following:

  1. USECOLORMASK may be used in CREATE or GETPROP statements of an IMAGELIST object.

  2. When a masked image is drawn, the mask color is combined with the image.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    Mask color usage is ....

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

     

  5. This property is ignored when using the PL/B Web Server.

 

 

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

 



PL/B Language Reference USEALTKEY Property USECSS Property