Assimp
v3.1.1 (June 2014)
|
The Fundamental Image structure. More...
Public Attributes | |
ILuint * | AnimList |
animation list More... | |
ILuint | AnimSize |
animation list size More... | |
ILubyte | Bpc |
bytes per channel More... | |
ILubyte | Bpp |
bytes per pixel (now number of channels) More... | |
ILuint | Bps |
bytes per scanline (components for IL) More... | |
ILenum | CubeFlags |
cube map flags for sides present in chain More... | |
ILubyte * | Data |
the image data More... | |
ILuint | Depth |
the image's depth More... | |
ILuint | Duration |
length of the time to display this "frame" More... | |
ILubyte * | DxtcData |
compressed data More... | |
ILenum | DxtcFormat |
compressed data format More... | |
ILuint | DxtcSize |
compressed data size More... | |
struct ILimage * | Faces |
next cubemap face in the chain - usu. NULL More... | |
ILenum | Format |
image format (in IL enum style) More... | |
ILuint | Height |
the image's height More... | |
struct ILimage * | Layers |
subsequent layers in the chain - usu. NULL More... | |
struct ILimage * | Mipmaps |
mipmapped versions of this image terminated by a NULL - usu. NULL More... | |
struct ILimage * | Next |
next image in the chain - usu. NULL More... | |
ILuint | OffX |
x-offset of the image More... | |
ILuint | OffY |
y-offset of the image More... | |
ILenum | Origin |
origin of the image More... | |
ILpal | Pal |
palette details More... | |
void * | Profile |
colour profile More... | |
ILuint | ProfileSize |
colour profile size More... | |
ILuint | SizeOfData |
the total size of the data (in bytes) More... | |
ILuint | SizeOfPlane |
SizeOfData in a 2d image, size of each plane slice in a 3d image (in bytes) More... | |
ILenum | Type |
image type (in IL enum style) More... | |
ILuint | Width |
the image's width More... | |
The Fundamental Image structure.
Every bit of information about an image is stored in this internal structure.
ILuint* ILimage::AnimList |
animation list
ILuint ILimage::AnimSize |
animation list size
ILubyte ILimage::Bpc |
bytes per channel
ILubyte ILimage::Bpp |
bytes per pixel (now number of channels)
ILuint ILimage::Bps |
bytes per scanline (components for IL)
ILenum ILimage::CubeFlags |
cube map flags for sides present in chain
ILubyte* ILimage::Data |
the image data
ILuint ILimage::Depth |
the image's depth
ILuint ILimage::Duration |
length of the time to display this "frame"
ILubyte* ILimage::DxtcData |
compressed data
ILenum ILimage::DxtcFormat |
compressed data format
ILuint ILimage::DxtcSize |
compressed data size
struct ILimage* ILimage::Faces |
next cubemap face in the chain - usu. NULL
ILenum ILimage::Format |
image format (in IL enum style)
ILuint ILimage::Height |
the image's height
struct ILimage* ILimage::Layers |
subsequent layers in the chain - usu. NULL
struct ILimage* ILimage::Mipmaps |
mipmapped versions of this image terminated by a NULL - usu. NULL
struct ILimage* ILimage::Next |
next image in the chain - usu. NULL
ILuint ILimage::OffX |
x-offset of the image
ILuint ILimage::OffY |
y-offset of the image
ILenum ILimage::Origin |
origin of the image
ILpal ILimage::Pal |
palette details
void* ILimage::Profile |
colour profile
ILuint ILimage::ProfileSize |
colour profile size
ILuint ILimage::SizeOfData |
the total size of the data (in bytes)
ILuint ILimage::SizeOfPlane |
SizeOfData in a 2d image, size of each plane slice in a 3d image (in bytes)
ILenum ILimage::Type |
image type (in IL enum style)
ILuint ILimage::Width |
the image's width