[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reads the R, G, B and Alpha channel values at a given position in pixel data.
Source position: graphtype.pp line 207
procedure TRawImage.ReadChannels( |
const APosition: TRawImagePosition; |
out ARed: Word; |
out AGreen: Word; |
out ABlue: Word; |
out AAlpha: Word |
); |
lazarus-ccr.sourceforge.net |