Searched defs:image_pixel (Results 1 – 1 of 1) sorted by relevance
6010 typedef struct image_pixel struct6015 unsigned int red, green, blue, alpha; /* For non-palette images. */6016 unsigned int palette_index; /* For a palette image. */6017 png_byte colour_type; /* As in the spec. */6018 png_byte bit_depth; /* Defines bit size in row */6042 } image_pixel; argument