Searched defs:RgbMap (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/trace/ |
H A D | imagemap.h | 199 typedef struct RgbMap_def RgbMap; typedef in typeref:struct:RgbMap_def 214 void (*setPixel)(RgbMap *me, int x, int y, int r, int g, int b); 220 void (*setPixelRGB)(RgbMap *me, int x, int y, RGB rgb); 225 RGB (*getPixel)(RgbMap *me, int x, int y); 230 int (*writePPM)(RgbMap *me, char *fileName); 237 void (*destroy)(RgbMap *me); 273 RgbMap *RgbMapCreate(int width, int height);
|
Completed in 20 milliseconds