Function create_bitmap_ex

  • Allegro

    Creates empty bitmap

    Parameters

    • color_depth: number
    • width: number

      bitmap width

    • height: number

      bitmap height

    Returns BITMAP

    bitmap object

    1.10.5

    Remarks

    Creates a bitmap object of given dimensions and color depth and returns it. Note: We only support 32 bit color depth, color_depth does nothing

Generated using TypeDoc