ImageEn, unit iexBitmaps

TIEMask.BitsPerPixel

TIEMask.BitsPerPixel


Declaration

property BitsPerPixel: integer;


Description

Returns the color depth (bits per pixels) of the mask. ImageEn supports:
 1 bit mask: 0 is a non-selected pixel, while 1 is selected.
 8 bit mask: 0 is non-selected pixel, 1-254 is a "semi" selected pixel, and 255 is fully selected pixel.