just putting back the Value option for the Hue-Sat-Val transformation
This commit is contained in:
parent
e214d2d6ab
commit
1656021a94
2 changed files with 5 additions and 4 deletions
|
|
@ -121,7 +121,7 @@ a:hover { text-decoration: underline; }
|
|||
|
||||
#hsv a, #hsl a {
|
||||
display: block;
|
||||
width: 135px;
|
||||
width: 105px;
|
||||
padding: 3px 0;
|
||||
text-align: center;
|
||||
float: left;
|
||||
|
|
|
|||
|
|
@ -118,9 +118,10 @@
|
|||
<div id="options">
|
||||
<p id="hsv">
|
||||
<a href="#" id="sort_hue" title="Sort by Hue">Sort by Hue</a>
|
||||
<a href="#" id="sort_sat" title="Sort by Saturation">Sort by Saturation</a>
|
||||
<a href="#" id="sort_satL" title="Sort by Saturation HSL">Sort by Sat HSL</a>
|
||||
<a href="#" id="sort_light" title="Sort by Lightness">Sort by Lightness</a>
|
||||
<a href="#" id="sort_sat" title="Sort by Saturation HSV">Saturation (HSV)</a>
|
||||
<a href="#" id="sort_satL" title="Sort by Saturation HSL">Saturation (HSL)</a>
|
||||
<a href="#" id="sort_val" title="Sort by Value">Value (HSV)</a>
|
||||
<a href="#" id="sort_light" title="Sort by Lightness">Lightness (HSL)</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Reference in a new issue