setForegroundColor16 method

void setForegroundColor16(
  1. int color
)

Implementation

void setForegroundColor16(int color) {
  foreground = color | CellColor.named;
}