NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

NiRawImageData

Raw image data.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiRawImageData
Width uint Image width
Height uint Image height
Image Type ImageType The format of the raw image data.
RGB Image Data ByteColor3 Width Height imageType == 1 Image pixel data.
RGBA Image Data ByteColor4 Width Height imageType == 2 Image pixel data.

Parent Of