imageInfo

Describes an image used by ITextureBlitter.

typedef struct tagimageInfo { long width; long height; TextureFormat format; long pitch; BYTE* pcolors; long paletteSize; paletteColor* ppalette; } imageInfo;

Members

width
Width of the image.

height
Height of the image.

format
Pixel format of the image.

pitch
Number of bytes per scanline.

pcolors
Pixel data.

paletteSize
Number of palette entries.

ppalette
Palette entries.

Remarks

See Also

ITextureBlitter, paletteColor, TextureFormat

Copyright © 2004-2010 Fragmosoft