armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
Bitmap.allocate
armos
graphics
bitmap
Bitmap
領域を確保します.
Bitmap
allocate
(armos.math.Vector2i size, armos.graphics.ColorFormat colorType)
struct
Bitmap
(T)
Bitmap
allocate
(
armos.math.Vector2i
size
,
armos.graphics.ColorFormat
colorType
)
Bitmap
allocate
(int width, int height, armos.graphics.ColorFormat colorType)
Parameters
size
armos
.
math
.
Vector2i
Bitmapのサイズです.
colorType
armos
.
graphics
.
ColorFormat
Bitmapのカラーフォーマットを指定します.
Meta
Source
See Implementation
armos
graphics
bitmap
Bitmap
functions
allocate
colorFormat
height
numElements
pasteInto
pixel
setAllPixels
setFromAlignedPixels
size
swapRAndB
width
領域を確保します.