MP 2
Image Manipulation II
Classes | Functions
rgbapixel.h File Reference

Definition of the RGBAPixel class for the EasyPNG library. More...

#include <cstdint>
#include <ostream>

Classes

class  RGBAPixel
 Represents a single pixel in an image. More...
 

Functions

std::ostream & operator<< (std::ostream &out, RGBAPixel const &pixel)
 Stream operator that allows pixels to be written to standard streams (like cout). More...
 

Detailed Description

Definition of the RGBAPixel class for the EasyPNG library.

Author
Chase Geigle
Date
Spring 2012

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
RGBAPixel const &  pixel 
)

Stream operator that allows pixels to be written to standard streams (like cout).

Parameters
outStream to write to.
pixelPixel to write to the stream.