|
| template<typename T > |
| Color3D< T > | om::images::base::operator+ (const T &value, const Color3D< T > &color) |
| | Add a value to every component of the color. More...
|
| |
| template<typename T > |
| Color3D< T > | om::images::base::operator- (const T &value, const Color3D< T > &color) |
| | Subtract every component of the color from the value, returning a color result. More...
|
| |
| template<typename T > |
| Color3D< T > | om::images::base::operator* (const T &value, const Color3D< T > &color) |
| | Multiply every component of the color with the value, returning a color result. More...
|
| |
| template<typename T > |
| Color3D< T > | om::images::base::operator/ (const T &value, const Color3D< T > &color) |
| | Divide a value by every component of the color, returning a color result. More...
|
| |