class Pixel

Element of the picture. More...

Definition#include <raytracer/pixel.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

Element of the picture.

int x

x

int y

y

Colour3 c

c

 Pixel ()

Pixel

RGB Colour value.

 Pixel (int px, int py, const Colour3& col)

Pixel

 ~Pixel ()

~Pixel

bool  operator< (const Pixel& s)

operator<

[const]

Introduce order between pixels.