Intranet Catprocess
  1. news...
  2. about Blackvoxel
  3. download
  4. manual
  5. videos
  6. about us
  1. Image_GetPixel

    Description

    var Image_GetPixel(integer ImageNum, integer x, integer y)

    Return the color value of a pixel at a specified location in image.

    Parameters

    ImageNum : The number of the image. You can use a number from 0 to 63 (included).

    x : Horizontal position of the pixel.

    y : Vertical position of the pixel.

    Return Value

    An integer value with the color of the specified pixel. Can also return the false boolean value if the specified pixel or image number are out of bound.

    Example of use

    To do.

    // Listing #1: Todo.
    To do

    See Also

    Image_SetPixel(), Image_Clear()

     
  2. Google+