pix.h
Go to the documentation of this file.
1 
2 typedef struct pixel_image {
3  unsigned char *imgary; /*pointer to the image array*/
4  long depth; /*1,8,16, or 32*/
5  long pixel_bytes; /*number of bytes per a pixel*/
6  long twidth, theight; /*total_width, total_height*/
7  long tsize; /*total_width x total_height*/
8  long start_x, start_y;
9  long width, height; /*window_width, window_height*/
10  long wsize; /*width x height */
11  } pixel_image;
12 
14  long corval;
15  long x,y;
16  };
17 
long width
Definition: pix.h:9
long theight
Definition: pix.h:6
long y
Definition: pix.h:15
long depth
Definition: pix.h:4
long pixel_bytes
Definition: pix.h:5
long start_y
Definition: pix.h:8
long tsize
Definition: pix.h:7
Definition: pix.h:2
long twidth
Definition: pix.h:6
long corval
Definition: pix.h:14
long height
Definition: pix.h:9
unsigned char * imgary
Definition: pix.h:3
long wsize
Definition: pix.h:10
long start_x
Definition: pix.h:8
struct pixel_image pixel_image


euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54