Esempio n. 1
0
 /**
  * Get color in HSL.
  *
  * @return HSL
  */
 public function toHSL()
 {
     return new HSL(...RGBtoHSL(...C256toRGB($this->code())));
 }
Esempio n. 2
0
 /**
  * Get color in HSL.
  *
  * @return HSL
  */
 public function toHSL()
 {
     return new HSL(...RGBtoHSL(...$this->rgb()));
 }