mbColorLib: Add TmbDeskPickerAction for more flexible picking of colors from desktop.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5559 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-12-22 14:46:18 +00:00
parent dfd7cb0a8a
commit d6e3ba3a4f
4 changed files with 153 additions and 39 deletions

View File

@@ -43,9 +43,9 @@ object Form1: TForm1
Height = 384
Top = 6
Width = 403
ActivePage = TabSheet7
ActivePage = TabSheet2
Anchors = [akTop, akLeft, akRight, akBottom]
TabIndex = 7
TabIndex = 1
TabOrder = 0
OnChange = PageControl1Change
OnMouseMove = PageControl1MouseMove
@@ -90,7 +90,6 @@ object Form1: TForm1
Anchors = [akTop, akLeft, akRight, akBottom]
HintFormat = 'RGB(%r, %g, %b)'#13'Hex: #%hex'
IntensityText = 'Intensity'
SliderMarker = smRect
TabOrder = 0
Constraints.MinHeight = 85
Constraints.MinWidth = 93
@@ -721,8 +720,8 @@ object Form1: TForm1
TabOrder = 2
Hue = 0
Saturation = 0
Luminance = 65
SelectedColor = 4276545
Luminance = 61
SelectedColor = 4013373
end
object VColorPicker1: TVColorPicker
Left = 34