IMAGECOLORS Property
PLBCMP GUI Only
The IMAGECOLORS property specifies the number of bits supported for colors in an IMAGELIST. The property uses the following format:
IMAGECOLORS={value}
Note the following:
IMAGECOLORS may be used in CREATE or GETPROP statements of an IMAGELIST object.
{value} is a decimal number, a Numeric Variable, or an Expression defining the number of color bits supported.
Releases prior to 8.4.A supported only 16 bit color items.
Allowed {values} are 4, 8, 16, or 32. The default value is 32.
This property is ignored when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |