Esempio n. 1
0
 /**
  * Get color in 256.
  *
  * @return C256
  */
 public function to256()
 {
     return new C256(RGBtoC256(...HEXtoRGB($this->code())));
 }
Esempio n. 2
0
 /**
  * Get color in 256.
  *
  * @return C256
  */
 public function to256()
 {
     return new C256(RGBtoC256(...HSLtoRGB(...$this->hsl())));
 }
Esempio n. 3
0
 /**
  * Get color in 256.
  *
  * @return C256
  */
 public function to256()
 {
     return new C256(RGBtoC256(...$this->rgb()));
 }