Esempio n. 1
0
 /**
  * Returns the HSV components of the color
  *
  * @return array
  */
 public function toHSV()
 {
     return $this->color->toHSV();
 }