Set1BitPixel

To set a pixel RGB value in a PixMapHandle, use the Set1BitPixel method.

Set1BitPixel pix as PixMapHandle, h as Integer,v as Integer,value as Color

pix The PixMapHandle to work on.

h Horizontal coordinate.

v Vertical coordinate.

Value The RGB value for the pixel.



Description:
Sets a RGB value for a 1 bit PixMapHandle. Make sure the PixMapHandle is locked before working with it. To get bit dept of a PixMapHandle then use the pixelSize property on the PixMapHandle object.

Supported platforms:
* MacOS PPC
* MacOS Carbon
* MacOS 68k

Unsupported platforms:
* Windows x86