Searched refs:assertColor (Results 1 – 1 of 1) sorted by relevance
1177 $color = $this->assertColor($color);1239 $hsl = $this->toHSL($this->assertColor($color));1244 $hsl = $this->toHSL($this->assertColor($color));1249 $hsl = $this->toHSL($this->assertColor($color));1281 $first = $this->assertColor($first);1282 $second = $this->assertColor($second);1318 $inputColor = ( isset($args[2][0]) ) ? $this->assertColor($args[2][0]) : $lightColor;1319 $darkColor = ( isset($args[2][1]) ) ? $this->assertColor($args[2][1]) : $darkColor;1320 $lightColor = ( isset($args[2][2]) ) ? $this->assertColor($args[2][2]) : $lightColor;1330 $inputColor = $this->assertColor($args);[all …]