armos ~master (2017-11-12T13:15:57Z)
Dub
Repo
Bitmap.allocate
armos
graphics
bitmap
Bitmap
領域を確保します.
Bitmap
allocate
(armos.math.Vector2i size, armos.graphics.ColorFormat colorType)
Bitmap
allocate
(int width, int height, armos.graphics.ColorFormat colorType)
struct
Bitmap
(T)
Bitmap
allocate
(
int
width
,
int
height
,
armos.graphics.ColorFormat
colorType
)
Parameters
width
int
Bitmapの横幅です.
height
int
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
領域を確保します.