setForegroundColorRgb abstract method

void setForegroundColorRgb(
  1. int r,
  2. int g,
  3. int b
)

Set the foreground color to an RGB value (SGR 38 ; 2 ; r ; g ; b).

Implementation

void setForegroundColorRgb(int r, int g, int b);