#include "structures/Color.hpp"
#include <math.h>
#include <cmath>
|
Color | operator+ (const Color &left, const Color &right) |
|
Color | operator- (const Color &left, const Color &right) |
|
Color | operator* (const Color &left, const Color &right) |
|
Color | operator/ (const Color &left, const Color &right) |
|
Color & | operator+= (Color &left, const Color &right) |
|
Color & | operator-= (Color &left, const Color &right) |
|
Color & | operator*= (Color &left, const Color &right) |
|
Color & | operator/= (Color &left, const Color &right) |
|
bool | operator== (const Color &left, const Color &right) |
|
bool | operator!= (const Color &left, const Color &right) |
|
◆ operator!=()
bool operator!= |
( |
const Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator*()
Color operator* |
( |
const Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator*=()
Color& operator*= |
( |
Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator+()
Color operator+ |
( |
const Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator+=()
Color& operator+= |
( |
Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator-()
Color operator- |
( |
const Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator-=()
Color& operator-= |
( |
Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator/()
Color operator/ |
( |
const Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator/=()
Color& operator/= |
( |
Color & |
left, |
|
|
const Color & |
right |
|
) |
| |
◆ operator==()
bool operator== |
( |
const Color & |
left, |
|
|
const Color & |
right |
|
) |
| |