#include <pixel.h>
Public Member Functions | |
| ColourPixel (void) | |
| Default Constructor.   | |
| ColourPixel (int xcoord, int ycoord, double red, double green, double blue) | |
| Custom Initialisation Constructor.   | |
Public Attributes | |
| int | x | 
| x-coordinate of the ColourPixel.  | |
| int | y | 
| y-coordinate of the ColourPixel.  | |
| double | r | 
| Red value at the ColourPixel.  | |
| double | g | 
| Green value at the ColourPixel.  | |
| double | b | 
| Blue value at the ColourPixel.  | |
      
  | 
  
| 
 Default Constructor. 
  | 
  
      
  | 
  ||||||||||||||||||||||||
| 
 Custom Initialisation Constructor. 
  | 
  
 1.3.7