tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
Image.pixels
tida
image
Image
Image dataset.
Color
!
ubyte
[]
pixels
[@property getter]
Color
!
ubyte
[]
pixels
[@property setter]
class
Image
@
safe
nothrow pure @
property
void
pixels
(
Color
!ubyte[]
data
)
in (pixeldata.length == (_width * _height))
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
Image dataset.