MP 2
StickerSheet
cs225 Namespace Reference

Classes

class  HSLAPixel
 
class  PNG
 

Functions

std::ostreamoperator<< (std::ostream &out, HSLAPixel const &pixel)
 Stream operator that allows pixels to be written to standard streams (like cout). More...
 
std::stringstreamoperator<< (std::stringstream &out, HSLAPixel const &pixel)
 
std::ostreamoperator<< (std::ostream &os, PNG const &png)
 
std::stringstreamoperator<< (std::stringstream &out, PNG const &pixel)
 

Function Documentation

std::ostream & cs225::operator<< ( std::ostream out,
HSLAPixel 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.
std::stringstream& cs225::operator<< ( std::stringstream out,
HSLAPixel const &  pixel 
)
std::ostream & cs225::operator<< ( std::ostream os,
PNG const &  png 
)
std::stringstream& cs225::operator<< ( std::stringstream out,
PNG const &  pixel 
)