setForegroundColorRgb method

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

Implementation

void setForegroundColorRgb(int r, int g, int b) {
  _cursorStyle.setForegroundColorRgb(r, g, b);
}