Searched refs:assertColor (Results 1 – 1 of 1) sorted by relevance
1262 $color = $this->assertColor($color);1332 $hsl = $this->toHSL($this->assertColor($color));1338 $hsl = $this->toHSL($this->assertColor($color));1344 $hsl = $this->toHSL($this->assertColor($color));1380 $first = $this->assertColor($first);1381 $second = $this->assertColor($second);1419 $inputColor = (isset($args[2][0])) ? $this->assertColor($args[2][0]) : $lightColor;1420 $darkColor = (isset($args[2][1])) ? $this->assertColor($args[2][1]) : $darkColor;1421 $lightColor = (isset($args[2][2])) ? $this->assertColor($args[2][2]) : $lightColor;1430 $inputColor = $this->assertColor($args);[all …]