Home
last modified time | relevance | path

Searched refs:monocolor (Results 1 – 1 of 1) sorted by relevance

/plugin/farmer/3rdparty/
H A DRingIcon.php24 protected $monocolor;
59 $this->monocolor = [$this->rand(20, 255), $this->rand(20, 255), $this->rand(20, 255)];
61 $this->monocolor = null;
162 $this->monocolor[0],
163 $this->monocolor[1],
164 $this->monocolor[2],
25 protected $monocolor = null; global() variable in splitbrain\\RingIcon\\RingIcon