titanscssc::assertColor PHP Méthode

assertColor() public méthode

public assertColor ( $value )
    public function assertColor($value)
    {
        if ($color = $this->coerceColor($value)) {
            return $color;
        }
        $this->throwError("expecting color");
    }
titanscssc