Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.314 UsePalette Property

Description:

Indicates whether to use a logical palette for animation bitmaps.

Used in control(s):

Animation

Values (with constants):

True - Uses a logical palette.(POW-TRUE)
False - Does not use a logical palette.(POW-FALSE)

When the value is True, PowerCOBOL uses a logical palette and displays the images with approximate colors.

However, the images are not dithered. So if the image contains more colors than the system setting, the image may not be displayed with the correct colors.

When set to True drawing the image takes more time than when set to False.

Default value:

False - Does not use a logical palette.(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.