math::FixedColVector< icl8u, 4 > RGBA
RGBA Color.
Definition: Color.h:48
undocument this line if you encounter any issues!
Definition: Any.h:37
math::FixedColVector< icl8u, 3 > Color
Default color type of the ICL.
Definition: Color.h:42
Color lighter(const Color &c, double factor=0.8)
Creates a (by default 20 percent) lighter color.
Definition: Color.h:69
Color ICLCore_API color_from_string(const std::string &name)
Parses a color string representation into a color structur.
Color darker(const Color &c, double factor=0.8)
Creates a (by default 20 percent) darker color.
Definition: Color.h:64
math::FixedColVector< icl32f, 3 > Color32f
Special color type for float valued colors.
Definition: Color.h:51
math::FixedColVector< icl32f, 4 > Color4D32f
Special color type for e.g. rgba color information (float)
Definition: Color.h:58
math::FixedColVector< icl8u, 3 > RGB
RGB Color.
Definition: Color.h:45
math::FixedColVector< icl8u, 4 > Color4D
Special color type for e.g. rgba color information.
Definition: Color.h:55
#define ICLCore_API
Definition: CompatMacros.h:174
const Color & iclCreateColor(std::string name)