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

TRawImage.ReadChannels

Reads the Red, Green, Blue and Alpha channel values at a given position in pixel data.

Declaration

Source position: graphtype.pp line 224

procedure TRawImage.ReadChannels(

  const APosition: TRawImagePosition;

  out ARed: Word;

  out AGreen: Word;

  out ABlue: Word;

  out AAlpha: Word

);


Version 3.2 Generated 2024-02-25 Home