undocument this line if you encounter any issues!
Definition: Any.h:37
ICLQt_API ImgQ rgb(const ImgQ &image)
converts a given image to formatRGB
core::Color getRGB() const
returns current rgb color
Definition: ColorHandle.h:61
core::Color4D getRGBA() const
returns current rgba color
const ColorLabel * lab() const
utitlity function
Definition: ColorHandle.h:77
core::Color4D getRGBA() const
returns current rgba color
Definition: ColorHandle.h:67
void operator=(const core::Color4D &rgba)
sets new rgba color (alpha is only used if alpha is enabled for the gui component)
Definition: ColorHandle.h:56
void setColor(const core::Color &color)
sets new color rgb
void operator=(const core::Color &rgb)
sets new rgb color
Definition: ColorHandle.h:51
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
core::Color4D getColor() const
convenienc function that is the same as getRGBA()
Definition: ColorHandle.h:64
ColorHandle(ColorLabel *l, GUIWidget *w)
Create a new LabelHandle.
Definition: ColorHandle.h:48
bool hasAlpha() const
returns wheter internal color uses alpha value
ColorLabel * lab()
utitlity function
Definition: ColorHandle.h:74
Class wrapping ColorLabel GUI compoenent handling.
Definition: ColorHandle.h:41
core::Color getRGB() const
returns current color
bool hasAlpha() const
return whether wrapped ColorLabel supports alpha
Definition: ColorHandle.h:70
Utility class to avoid Qt warning when accesing QLabels from differnt Threads.
Definition: ColorLabel.h:49
ColorHandle()
Create an empty handle.
Definition: ColorHandle.h:45