Home
last modified time | relevance | path

Searched refs:assertColor (Results 1 – 1 of 1) sorted by relevance

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1182 $color = $this->assertColor($color);
1244 $hsl = $this->toHSL($this->assertColor($color));
1249 $hsl = $this->toHSL($this->assertColor($color));
1254 $hsl = $this->toHSL($this->assertColor($color));
1286 $first = $this->assertColor($first);
1287 $second = $this->assertColor($second);
1323 $inputColor = ( isset($args[2][0]) ) ? $this->assertColor($args[2][0]) : $lightColor;
1324 $darkColor = ( isset($args[2][1]) ) ? $this->assertColor($args[2][1]) : $darkColor;
1325 $lightColor = ( isset($args[2][2]) ) ? $this->assertColor($args[2][2]) : $lightColor;
1335 $inputColor = $this->assertColor($args);
[all …]