• Allegro

    Gets pixel colour from bitmap

    Parameters

    • bmp: undefined | BITMAP

      bitmap object to update

    • x: number

      x coordinate of pixel

    • y: number

      y coordinate of pixel

    • c: number

      colour in 0xAARRGGBB format

      1.14.3

    Returns void

    Remarks

    Reads pixel from bitmap at given coordinates. This is probably super slow, and shouldn't be used inside loops.

Generated using TypeDoc