Set2BitPixel
To set a pixel RGB value in a PixMapHandle, use the Set2BitPixel method.
Set2BitPixel 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 2 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