| mp_traversals
    Terrible Traversals | 
Implementation of the HSLAPixel class for use in with the PNG library. More...
| Functions | |
| std::ostream & | cs225::operator<< (std::ostream &out, HSLAPixel const &pixel) | 
| Stream operator that allows pixels to be written to standard streams (like cout).  More... | |
Implementation of the HSLAPixel class for use in with the PNG library.
| 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. |