Projeto ITP - Esteganografia 1.0
|
Struct that defines the pixel of a PPM image. More...
#include <Image.h>
Public Attributes | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
Struct that defines the pixel of a PPM image.
r,g,b | Represents the numeric values of Red, Green and Blue of each pixel in a PPM image. |
unsigned char Pixel::b |
unsigned char Pixel::g |
unsigned char Pixel::r |