|
TuttleOFX
1
|
Base class of all color parameters class. More...
#include <base.hpp>

Public Member Functions | |
| virtual bool | operator== (const IColorParams &other) const =0 |
| bool | operator!= (const IColorParams &other) const |
| bool terry::color::IColorParams::operator!= | ( | const IColorParams & | other | ) | const [inline] |
Definition at line 103 of file base.hpp.
References operator==().

| virtual bool terry::color::IColorParams::operator== | ( | const IColorParams & | other | ) | const [pure virtual] |
Implemented in terry::color::XYZParams, terry::color::CMYKParams, terry::color::HSLParams, terry::color::LMSParams, and terry::color::RGBParams.
Referenced by operator!=().