nwnlibd.bitmap

DirectDraw Surfaces (DDS files)

Members

Aliases

BitmapGrayscale
alias BitmapGrayscale = Bitmap!(ubyte[1])
Undocumented in source.
BitmapGrayscaleA
alias BitmapGrayscaleA = Bitmap!(ubyte[2])
Undocumented in source.
BitmapRGB
alias BitmapRGB = Bitmap!(ubyte[3])
Undocumented in source.
BitmapRGBA
alias BitmapRGBA = Bitmap!(ubyte[4])
Undocumented in source.

Structs

Bitmap
struct Bitmap(Pixel = ubyte[4])

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

Meta