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

WriteRGBPixel

Writes a pixel to a specified location

Declaration

Source position: cybergraphics.pas line 167

function WriteRGBPixel(

  Rp: PRastPort;

  X: LongInt;

  Y: LongInt;

  Pixel: LongWord

):LongInt;

Arguments

X

  

X coordinate of the pixel

Y

  

Y coordinate of the pixel

Function result

error = 0 if pixel succesfully changed

= -1 if (x,y) is outside the rastport

Description

Write the alpha,red,green and blue 8-bit color component of the given color to a specified x,y location within a certain RastPort

Attention

This function should only be used on screens depths > 8 bits. Use WritePixel on 8 bit screens!

See also

ReadRGBPixel

  

Reads a pixel from a specified location

WritePixel

  

Change the pen num of one specific pixel in a specified RastPort.


Documentation generated on: 2021-07-30