dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
TrueColorImage.Data
dplug
graphics
jpegload
TrueColorImage
.
class
TrueColorImage
nothrow @
nogc
struct
Data {
ubyte
[]
bytes
;
}
Members
Variables
bytes
ubyte
[]
bytes
;
the data as rgba bytes. Stored left to right, top to bottom, no padding.
Meta
Source
See Implementation
dplug
graphics
jpegload
TrueColorImage
aliases
data
constructors
this
functions
height
width
structs
Data
variables
_height
_width
imageData
.