Example #1
0
 /**
  * @see RGBColor::setFromHex
  *
  * @codeCoverageIgnore
  */
 public static function fromHex($hex, $alpha = 0)
 {
     $color = new self();
     return $color->setFromHex($hex, $alpha);
 }