Beispiel #1
0
 /**
  * Allocate color from given string
  *
  * @param string $value
  * @return int 
  * @static 
  */
 public static function parseColor($value)
 {
     return \Intervention\Image\Image::parseColor($value);
 }