Searched refs:getColorCode (Results 1 – 2 of 2) sorted by relevance
132 return $this->getColorCode($color) . $text . $this->getColorCode('reset');142 public function getColorCode($color) function in splitbrain\\phpcli\\Colors163 fwrite($channel, $this->getColorCode($color));
296 $color_reset = $this->colors->getColorCode(Colors::C_RESET);