Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.209 PcdColorType Property

Description:

Defines the number of colors used in a Kodak Photo CD image file.

Used in control(s):

Image

Values (with constants):

0 - 24bit color(POW-PCDCOLORTYPE-24BITCOLOR)
1 - 256 color(POW-PCDCOLORTYPE-256COLOR)
2 - 16 color(POW-PCDCOLORTYPE-16COLOR)
3 - 256 gray scale color(POW-PCDCOLORTYPE-256GRAY)

Default value:

0 - 24bit color(POW-PCDCOLORTYPE-24BITCOLOR)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.