Projeto ITP - Esteganografia 1.0
Loading...
Searching...
No Matches
Pixel Struct Reference

Struct that defines the pixel of a PPM image. More...

#include <Image.h>

Public Attributes

unsigned char r
 
unsigned char g
 
unsigned char b
 

Detailed Description

Struct that defines the pixel of a PPM image.

Parameters
r,g,bRepresents the numeric values of Red, Green and Blue of each pixel in a PPM image.

Member Data Documentation

◆ b

unsigned char Pixel::b

◆ g

unsigned char Pixel::g

◆ r

unsigned char Pixel::r

The documentation for this struct was generated from the following file: