Example #1
0
 public static function bgRGB($r, $g = null, $b = null)
 {
     return self::bg(Ansi::toAnsi($r, $g, $b));
 }