Prev Top Next
Name

KXL_Image -- Image structure.

Structure Definition
typedef struct {
  Pixmap Buffer; // Prohibition of use
  Pixmap Mask;   // Prohibition of use
  GC     MaskGC; // Prohibition of use
  Uint16 Width;  // Read-only
  Uint16 Height; // Read-only
} KXL_Image;

Structure data
BufferPixmap of a image
MaskPixmap of a mask image
MaskGCGC of a mask image
WidthWidth of the image
HeightHeight of the image

Description
It is used by KXL_LoadBitmap KXL_CopyImageRect KXL_CopyImageImm KXL_CopyImage KXL_CopyStretchImageRect KXL_CopyStretchImageImm KXL_CopyStretchImage KXL_StrechImage KXL_PutImage KXL_PutImageRect KXL_PutImageImm KXL_PutRectImage KXL_PutStretchImage KXL_PutStretchImageRect KXL_PutStretchImageImm KXL_DeleteImage