Function create_bitmap

  • Allegro

    Creates empty bitmap

    Parameters

    • width: number

      bitmap width

    • height: number

      bitmap height

    Returns BITMAP

    bitmap object

    1.10.4

    Remarks

    Creates a bitmap object of given dimensions and returns it.

Generated using TypeDoc