Module nwnlibd.bitmap

DirectDraw Surfaces (DDS files)

Structs

NameDescription
Bitmap 2D bitmap. Each pixel is coded with a fixed number of bytes.

Aliases

NameTypeDescription
BitmapGrayscale Bitmap!(ubyte[1])
BitmapGrayscaleA Bitmap!(ubyte[2])
BitmapRGB Bitmap!(ubyte[3])
BitmapRGBA Bitmap!(ubyte[4])