Unit 'cybergraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

InvertPixelArray

Invert a rectangular area

Declaration

Source position: cybergraphics.pas line 225

function InvertPixelArray(

  rp: PRastPort;

  destx: Word;

  desty: Word;

  width: Word;

  height: Word

):LongWord;

Arguments

destx

  

X starting point in the RastPort

desty

  

Y starting point in the RastPort

Function result

count will be set to the number of pixels plotted

Description

Invert each pixel in a rectangular region.

Attention

This function should only be used on screens depths > 8 bits with cybergraphics versions prior v41.

See also

FillPixelArray

  

fill a rectangular area with the supplied ARGB


Documentation generated on: 2021-07-30