dimage v0.3.0-beta.4 (2023-02-25T23:52:15Z)
Dub
Repo
ImageData.this
dimage
base
ImageData
CTOR
this
(T[] data, uint width, uint height, uint pixelFormat, ubyte bitDepth)
class
ImageData
(T)
public @
safe
pure
this
(
T
[]
data
,
uint
width
,
uint
height
,
uint
pixelFormat
,
ubyte
bitDepth
)
this
(uint width, uint height, uint pixelFormat, ubyte bitDepth)
Meta
Source
See Implementation
dimage
base
ImageData
constructors
this
functions
convTo
flipHorizontal
flipVertical
opIndex
raw
read
readF
properties
bitDepth
bitplanes
getData
height
pixelFormat
width
variables
_bitDepth
_height
_pixelFormat
_width
data
CTOR