Searched refs:hsl (Results 1 – 3 of 3) sorted by relevance
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 1191 $hsl = $this->toHSL($color); 1192 $hsl[3] = $this->clamp($hsl[3] - $delta, 100); 1193 return $this->toRGB($hsl); 1199 $hsl = $this->toHSL($color); 1200 $hsl[3] = $this->clamp($hsl[3] + $delta, 100); 1201 return $this->toRGB($hsl); 1207 $hsl = $this->toHSL($color); 1208 $hsl[2] = $this->clamp($hsl[2] + $delta, 100); 1209 return $this->toRGB($hsl); 1215 $hsl = $this->toHSL($color); [all …]
|
| /template/congrid/css/ |
| D | backgrounds.css | 42 radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0, 43 … radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px, 158 background-color: hsl(2, 57%, 40%);
|
| /template/scanlines/htc/PIE-1.0beta5/ |
| D | PIE.js | 27 …m:b.J,"in":b.J,pt:b.J,pc:b.J,deg:b.Ia,rad:b.Ia,grad:b.Ia},fd:{rgb:1,rgba:1,hsl:1,hsla:1},next:func… property
|