| mp_traversals
    Terrible Traversals | 
| Classes | |
| class | cs225::HSLAPixel | 
| 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... | |
| 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. |