Unit 'GraphType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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 226

procedure TRawImage.ReadChannels(

  const APosition: TRawImagePosition;

  out ARed: Word;

  out AGreen: Word;

  out ABlue: Word;

  out AAlpha: Word

);

Version 4.6 Hosted on Source Forge