MP3
Linked Lists
rgbapixel.cpp File Reference

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

#include "rgbapixel.h"
+ Include dependency graph for rgbapixel.cpp:

Functions

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

Detailed Description

Implementation of the RGBAPixel class for the EasyPNG library.

Author
Chase Geigle
Date
Spring 2012

Function Documentation

◆ operator<<()

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.