![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Namespaces | |
| cs237 | |
| cs237::__detail | |
Macros | |
| #define | _CS237_COLOR_INL_ |
Functions | |
| unsigned char const * | cs237::__detail::valuePtr (color3ub const &c) |
| unsigned char const * | cs237::__detail::valuePtr (color4ub const &c) |
| float const * | cs237::__detail::valuePtr (color3f const &c) |
| float const * | cs237::__detail::valuePtr (color4f const &c) |
| color3f | cs237::operator+ (color3f const &c1, color3f const &c2) |
| color3f | cs237::operator- (color3f const &c1, color3f const &c2) |
| color3f | cs237::operator* (color3f const &c1, color3f const &c2) |
| color3f | cs237::mix (color3f const &c1, float t, color3f const &c2) |
Support code for CMSC 23700 Autumn 2015.
Inline operations on color values.
| #define _CS237_COLOR_INL_ |