MP4
DFS and BFS using Stacks and Queues
HSLAPixel.h File Reference
#include <iostream>
#include <sstream>
+ Include dependency graph for HSLAPixel.h:
+ This graph shows which files directly or indirectly include this file:

Functions

std::ostreamcs225::operator<< (std::ostream &out, HSLAPixel const &pixel)
 Stream operator that allows pixels to be written to standard streams (like cout). More...
 

Detailed Description

Author
CS 225: Data Structures
Version
2018r1

Function Documentation

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.