armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
Bitmap.pixel
armos
graphics
bitmap
Bitmap
Return the pixel for the given position.
positionで指定された座標のpixelを返します.
Bitmap
pixel
(int x, int y, int index, T value)
armos
.
graphics
.
Pixel
!(
T
)
pixel
(int x, int y)
struct
Bitmap
(T)
armos.graphics.Pixel
!(
T
)
pixel
(
in
int
x
,
in
int
y
)
Bitmap
pixel
(int x, int y, armos.graphics.Pixel!(T) pixel)
Meta
Source
See Implementation
armos
graphics
bitmap
Bitmap
functions
allocate
colorFormat
height
numElements
pasteInto
pixel
setAllPixels
setFromAlignedPixels
size
swapRAndB
width
Return the pixel for the given position.
positionで指定された座標のpixelを返します.