tida v0.1.1-b3 (2021-09-24T06:50:00Z)
Home
Dub
Repo
Image.allocatePlace
tida
image
Image
Allocates space for image data.
class
Image
@
safe
nothrow pure
void
allocatePlace
(
uint
w
,
uint
h
)
Parameters
w
uint
Image width.
h
uint
Image heght.
Meta
Source
See Implementation
tida
image
Image
constructors
this
destructors
~this
functions
allocatePlace
blit
bytes
copy
draw
drawEx
empty
fill
freeData
getPixel
load
resize
scale
setPixel
toTexture
toTextureWithoutShape
properties
dup
height
pixels
texture
width
Allocates space for image data.