Bitmap.allocate

領域を確保します.

  1. Bitmap allocate(armos.math.Vector2i size, armos.graphics.ColorFormat colorType)
    struct Bitmap(T)
    allocate
    (
    armos.math.Vector2i size
    ,
    armos.graphics.ColorFormat colorType
    )
  2. Bitmap allocate(int width, int height, armos.graphics.ColorFormat colorType)

Parameters

size armos.math.Vector2i

Bitmapのサイズです.

colorType armos.graphics.ColorFormat

Bitmapのカラーフォーマットを指定します.

Meta