[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reads the Mask value at the given position in the image data.
Source position: graphtype.pp line 227
procedure TRawImage.ReadMask( |
const APosition: TRawImagePosition; |
out AMask: Boolean |
); |
Reads the Mask value at the given position in the image data. Returns AMask=True if the pixel is transparent. The position in the Mask data typically differs from the position in the color data.
Version 4.0 | Generated 2025-05-03 | Home |