Searched defs:image_pixel (Results 1 – 1 of 1) sorted by relevance
5635 typedef struct image_pixel struct5640 unsigned int red, green, blue, alpha; /* For non-palette images. */5641 unsigned int palette_index; /* For a palette image. */5642 png_byte colour_type; /* As in the spec. */5643 png_byte bit_depth; /* Defines bit size in row */5667 } image_pixel; argument