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