Go to the source code of this file.
|
| namespace | cpe |
| | Namespace for CPE classes.
|
| |
|
| 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, float alpha) |
| |
| color | cpe::operator* (const color &c0, float alpha) |
| |
| color | cpe::operator* (float alpha, const color &c0) |
| |
| color | cpe::operator/ (const color &c0, float alpha) |
| |
| std::ostream & | cpe::operator<< (std::ostream &stream, const color &c) |
| | standard output More...
|
| |