A struct that represents a pixel in an image. More...
#include <camera.h>
Public Attributes | |
| int | r |
| the red value of the pixel More... | |
| int | g |
| the green value of the pixel More... | |
| int | b |
| the blue value of the pixel More... | |
A struct that represents a pixel in an image.
| int pixel::b |
the blue value of the pixel
| int pixel::g |
the green value of the pixel
| int pixel::r |
the red value of the pixel