Gives an access to the pixels of an Image.
- This class is virtual. You cannot store a reference on it.
- You cannot instanciate this class.
Integer = hPicturePixels [ X AS Integer , Y AS Integer ] AS Integer
- Returns the color of a pixel. If the pixel is transparent, returns -1.
hPicturePixels [ X AS Integer , Y AS Integer ] = Integer
- Sets the color of a pixel. If you want to create a transparent pixel, specify a color number of -1.
Referenced by: