Newer
Older
#ifndef _PIXEL_H
#define _PIXEL_H
class Pixel
{
public :
unsigned int r;
unsigned int g;
unsigned int b;
Pixel();
#ifndef _PIXEL_H
#define _PIXEL_H
class Pixel
{
public :
unsigned int r;
unsigned int g;
unsigned int b;
Pixel();