CMSC23700 Common Code Library
Support code for CS23700 programming projects
cs237-color.hxx File Reference

Go to the source code of this file.

Classes

struct  cs237::color3ub
 
struct  cs237::color4ub
 
struct  cs237::color3f
 
struct  cs237::color4f
 

Namespaces

 cs237
 

Functions

std::ostream & cs237::operator<< (std::ostream &s, color3ub const &c)
 output the color to a stream More...
 
std::ostream & cs237::operator<< (std::ostream &s, color4ub const &c)
 output the color to a stream More...
 
std::ostream & cs237::operator<< (std::ostream &s, color3f const &c)
 output the color to a stream More...
 
std::ostream & cs237::operator<< (std::ostream &s, color4f const &c)
 output the color to a stream More...
 

Detailed Description

Support code for CMSC 23700 Autumn 2015.

Author
John Reppy