Module nwnlibd.bitmap
DirectDraw Surfaces (DDS files)
Structs
Name | Description |
---|---|
Bitmap
|
2D bitmap. Each pixel is coded with a fixed number of bytes. |
Aliases
Name | Type | Description |
---|---|---|
BitmapGrayscale
|
Bitmap!(ubyte[1])
|
|
BitmapGrayscaleA
|
Bitmap!(ubyte[2])
|
|
BitmapRGB
|
Bitmap!(ubyte[3])
|
|
BitmapRGBA
|
Bitmap!(ubyte[4])
|