Пример #1
0
 /**
  * Returns the color hue
  *
  * @param boolean $raw Raw value?
  * @return mixed
  */
 public function getHue($raw = false)
 {
     return $raw ? $this->color->getHue() : new ILess_Node_Dimension(ILess_Math::round($this->color->getHue()));
 }