[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TRawImage.ReadMask

Reads the Mask value at the given position in the image data.

Declaration

Source position: graphtype.pp line 225

procedure TRawImage.ReadMask(

  const APosition: TRawImagePosition;

  out AMask: Boolean

);

Description

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 3.2 Generated 2024-02-25 Home