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:
USECOLORMASK may be used in CREATE or GETPROP statements of an IMAGELIST object.
When a masked image is drawn, the mask color is combined with the image.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Mask color usage is .... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
This property is ignored when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |