#include <kate.h>
Data Fields | |
size_t | width |
size_t | height |
unsigned char | bpp |
kate_bitmap_type | type |
int | palette |
unsigned char * | pixels |
size_t | size |
int | x_offset |
int | y_offset |
|
bits per pixel, from 1 to 8, or 0 for a raw PNG bitmap |
|
height in pixels |
|
index of the default palette to use |
|
pixels, rows first, one byte per pixel regardless of bpp |
|
for raw bitmaps, number of bytes in pixels |
|
the type of this bitmap |
|
width in pixels |
|
the horizontal offset to the logical origin of the bitmap |
|
the vertical offset to the logical origin of the bitmap |