HDK
|
#include <ColorManagementSystem.h>
Public Member Functions | |
ColorSpaceTransform (const string &ss, const string &ts, const TypeDesc *t) | |
bool | operator== (const ColorSpaceTransform &other) const |
Comparison operator. More... | |
Public Attributes | |
string | sourceSpace |
string | targetSpace |
const TypeDesc * | type |
Structure that represents color space transform information
Definition at line 29 of file ColorManagementSystem.h.
ColorSpaceTransform::ColorSpaceTransform | ( | const string & | ss, |
const string & | ts, | ||
const TypeDesc * | t | ||
) |
|
inline |
Comparison operator.
Definition at line 38 of file ColorManagementSystem.h.
string ColorSpaceTransform::sourceSpace |
Definition at line 33 of file ColorManagementSystem.h.
string ColorSpaceTransform::targetSpace |
Definition at line 34 of file ColorManagementSystem.h.
const TypeDesc* ColorSpaceTransform::type |
Definition at line 35 of file ColorManagementSystem.h.