lab_debug
Disastrous Debugging
|
Classes | |
struct | hslaColor |
class | HSLAPixel |
class | PNG |
struct | rgbaColor |
Functions | |
std::ostream & | operator<< (std::ostream &out, HSLAPixel const &pixel) |
Stream operator that allows pixels to be written to standard streams (like cout). More... | |
std::stringstream & | operator<< (std::stringstream &out, HSLAPixel const &pixel) |
std::ostream & | operator<< (std::ostream &os, PNG const &png) |
std::stringstream & | operator<< (std::stringstream &out, PNG const &pixel) |
std::stringstream& cs225::operator<< | ( | std::stringstream & | out, |
HSLAPixel const & | pixel | ||
) |
std::ostream & cs225::operator<< | ( | std::ostream & | out, |
HSLAPixel const & | pixel | ||
) |
Stream operator that allows pixels to be written to standard streams (like cout).
out | Stream to write to. |
pixel | Pixel to write to the stream. |
std::stringstream& cs225::operator<< | ( | std::stringstream & | out, |
PNG const & | pixel | ||
) |
std::ostream & cs225::operator<< | ( | std::ostream & | os, |
PNG const & | png | ||
) |