just putting back the Value option for the Hue-Sat-Val transformation

This commit is contained in:
Dominick Pham 2009-08-12 00:49:13 -04:00
parent e214d2d6ab
commit 1656021a94
2 changed files with 5 additions and 4 deletions

View file

@ -121,7 +121,7 @@ a:hover { text-decoration: underline; }
#hsv a, #hsl a { #hsv a, #hsl a {
display: block; display: block;
width: 135px; width: 105px;
padding: 3px 0; padding: 3px 0;
text-align: center; text-align: center;
float: left; float: left;

View file

@ -118,9 +118,10 @@
<div id="options"> <div id="options">
<p id="hsv"> <p id="hsv">
<a href="#" id="sort_hue" title="Sort by Hue">Sort by Hue</a> <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_sat" title="Sort by Saturation HSV">Saturation (HSV)</a>
<a href="#" id="sort_satL" title="Sort by Saturation HSL">Sort by Sat HSL</a> <a href="#" id="sort_satL" title="Sort by Saturation HSL">Saturation (HSL)</a>
<a href="#" id="sort_light" title="Sort by Lightness">Sort by Lightness</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> </p>
</div> </div>