From: jpbruyere Date: Thu, 20 Oct 2016 08:22:58 +0000 (+0200) Subject: HSV to and from RGBA X-Git-Tag: v0.5.1~28^2~20 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=100a4ff33314daa76bb8c0fa67c36ed86cd979d1;p=jp%2Fcrow.git HSV to and from RGBA modifié : Default.style modifié : Templates/ColorPicker.template modifié : src/GraphicObjects/ColorSelector.cs modifié : src/GraphicObjects/SaturationValueSelector.cs --- diff --git a/Default.style b/Default.style index 42e09598..9376a37f 100644 --- a/Default.style +++ b/Default.style @@ -86,4 +86,9 @@ ColorSpinner { Minimum = 0; Maximum = 255; SmallIncrement = 1; +} +HSVSpinner { + Minimum = 0; + Maximum = 1; + SmallIncrement = 0.01; } \ No newline at end of file diff --git a/Templates/ColorPicker.template b/Templates/ColorPicker.template index c4fecf76..00f70544 100755 --- a/Templates/ColorPicker.template +++ b/Templates/ColorPicker.template @@ -28,6 +28,18 @@