color.cpp File Reference
+ Include dependency graph for color.cpp:

Namespaces

namespace  cpe
 Namespace for CPE classes.
 

Functions

std::ostream & cpe::operator<< (std::ostream &stream, const color &c)
 standard output More...
 
color & cpe::operator+= (color &c0, const color &c1)
 
color & cpe::operator-= (color &c0, const color &c1)
 
color cpe::operator+ (const color &c0, const color &c1)
 
color cpe::operator- (const color &c0, const color &c1)
 
color & cpe::operator*= (color &c0, float alpha)
 
color & cpe::operator*= (color &c0, const color &c1)
 
color & cpe::operator/= (color &c0, float alpha)
 
color cpe::operator* (const color &c0, float alpha)
 
color cpe::operator* (float alpha, const color &c0)
 
color cpe::operator* (const color &c0, const color &c1)
 
color cpe::operator/ (const color &c0, float alpha)