• Allegro

    Draws a filled circle

    Parameters

    • bitmap: undefined | BITMAP

      bitmap to be drawn to

    • x: number

      centre point x coordinates

    • y: number

      centre point y coordinates

    • radius: number

      circle radius

    • colour: number

      colour in 0xAARRGGBB format

      1.14.18

    Returns void

    Remarks

    Draws a circle at specified centre point and radius. The circle is filled

Generated using TypeDoc