mp_stickers
Shocking Stickers
cs225 Namespace Reference

Classes

struct  hslaColor
 
class  HSLAPixel
 
class  PNG
 
struct  rgbaColor
 

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

◆ operator<<() [1/4]

std::stringstream& cs225::operator<< ( std::stringstream out,
HSLAPixel const &  pixel 
)

◆ operator<<() [2/4]

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.

◆ operator<<() [3/4]

std::stringstream& cs225::operator<< ( std::stringstream out,
PNG const &  pixel 
)

◆ operator<<() [4/4]

std::ostream & cs225::operator<< ( std::ostream os,
PNG const &  png 
)