summaryrefslogtreecommitdiff
path: root/src/gui/fpg_colorwheel.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_colorwheel.pas')
-rw-r--r--src/gui/fpg_colorwheel.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fpg_colorwheel.pas b/src/gui/fpg_colorwheel.pas
index 57494818..a6b3795b 100644
--- a/src/gui/fpg_colorwheel.pas
+++ b/src/gui/fpg_colorwheel.pas
@@ -62,6 +62,7 @@ type
property Saturation: double Read FSaturation;
procedure SetSelectedColor(const NewColor: TfpgColor);
published
+ property Align;
property BackgroundColor;
property Enabled;
property ValueBar: TfpgValueBar Read FValueBar Write SetValueBar;
@@ -99,6 +100,7 @@ type
constructor Create(AOwner: TComponent); override;
procedure SetHS(Hue: longint; Sat: double);
published
+ property Align;
property BackgroundColor;
property Enabled;
property Value: double Read FValue Write SetValue;