This property refers to the type of mask data in a 16bit color or 32bit color image

[C++Builder]   imagekitcontrolname->Mask1632 [= short ]
[Delphi]   imagekitcontrolname.Mask1632 [= Smallint ]

Reference

The type of mask data for 16bit color or 32bit color image

Value Explanation
0 The BitCount property is not 16 bit or 32 bit.
1 Mask data exists (RGB555 format)
2 Mask data exists (RGB565 format)
3 Mask data does not exist (RGB555 format)
4 Mask data exists (RGB888 format)
5 Mask data does not exist (RGB888 format)

Explanation

The Mask1632 property refers to the type of mask data in a 16bit color or 32bit color image. After setting the ImageHandle property, the value of the Mask1632 property is automatically set. This property is not valid for vector data.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation