mp_traversals
Terrible Traversals
HSLAPixel.h File Reference

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)
 

Detailed Description

Author
CS 225: Data Structures

Function Documentation

◆ operator<<()

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.