• Allegro

    Draws a vertical line.

    Parameters

    • bitmap: undefined | BITMAP

      bitmap to be drawn to

    • x: number

      column to draw the line to

    • y1: number

      line end 1

    • y2: number

      line end 2

    • colour: number

      colour in 0xAARRGGBB format

      1.14.7

    Returns void

    Remarks

    Draws a vertical line from one point to another using given colour. Probably slightly faster than line() method, since this one uses rectfill() to draw the line.

Generated using TypeDoc