mp_traversals
Terrible Traversals
HSLAPixel.cpp File Reference

Implementation of the HSLAPixel class for use in with the PNG library. More...

#include "HSLAPixel.h"
#include <cmath>
#include <iostream>
Include dependency graph for HSLAPixel.cpp:

Namespaces

 cs225
 

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

Implementation of the HSLAPixel class for use in with the PNG library.

Author
CS 225: Data Structures