It stores an image in memory.
More...
|
| unsigned int | width |
| | the width of an image
|
| |
| unsigned int | height |
| | the height of an image
|
| |
| unsigned long | length |
| | the length of each color channel
|
| |
| unsigned char * | reds |
| | the red channel as an array of bytes
|
| |
| unsigned char * | greens |
| | the green channel as an array of bytes
|
| |
| unsigned char * | blues |
| | the blue channel as an array of bytes
|
| |
It stores an image in memory.
Definition at line 13 of file Bmp.c.
◆ blues
| unsigned char* Bmp::blues |
the blue channel as an array of bytes
Definition at line 19 of file Bmp.c.
◆ greens
| unsigned char* Bmp::greens |
the green channel as an array of bytes
Definition at line 18 of file Bmp.c.
◆ height
the height of an image
Definition at line 15 of file Bmp.c.
◆ length
| unsigned long Bmp::length |
the length of each color channel
Definition at line 16 of file Bmp.c.
◆ reds
the red channel as an array of bytes
Definition at line 17 of file Bmp.c.
◆ width
the width of an image
Definition at line 14 of file Bmp.c.
The documentation for this struct was generated from the following file: