3#include <Foundation/Math/Color.h>
4#include <GuiFoundation/GuiFoundationDLL.h>
5#include <GuiFoundation/UIServices/ColorDlgWidgets.moc.h>
6#include <GuiFoundation/ui_ColorDialog.h>
22 void ShowAlpha(
bool bEnable);
23 void ShowHDR(
bool bEnable);
25 static QByteArray GetLastDialogGeometry() {
return s_LastDialogGeometry; }
28 void CurrentColorChanged(
const plColor& color);
29 void ColorSelected(
const plColor& color);
34 void ChangedExposure();
36 void ChangedArea(
double x,
double y);
37 void ChangedRange(
double x);
49 plUInt8 m_uiSaturation;
52 plUInt8 m_uiGammaGreen;
53 plUInt8 m_uiGammaBlue;
56 float m_fExposureValue;
60 static QByteArray s_LastDialogGeometry;
67 void ExtractColorRGB();
68 void ExtractColorHSV();
70 void ComputeRgbAndHsv(
const plColor& color);
plColor represents an RGBA color in linear color space. Values are stored as float,...
Definition Color.h:44
Definition ColorDialog.moc.h:16
Definition DoubleSpinBox.moc.h:8