Struct Dds
DDS file parsing
struct Dds
;
Constructors
Name | Description |
---|---|
this
(data)
|
Fields
Name | Type | Description |
---|---|---|
header
|
Dds | |
mipmaps
|
ubyte[][] |
Methods
Name | Description |
---|---|
getPixel
(x, y, mipmap)
|
Get a specifix pixel casted into a struct T. Size of T must match bytes per pixel. |
getPixelGrid
(mipmap)
|
|
toBitmap
(mipmap)
|
Inner structs
Name | Description |
---|---|
Header
|