Function create_video_bitmap

  • Allegro

    Creates empty video bitmap

    Parameters

    • width: number

      bitmap width

    • height: number

      bitmap height

    Returns BITMAP

    bitmap object

    1.10.7

    Remarks

    Creates a bitmap object of given dimensions and returns it. Since all bitmaps are video bitmaps, this just maps to create_bitmap

Generated using TypeDoc