color method

void color(
  1. int color
)

RGBA color representation as int for the foreground color

Implementation

void color(
  int color,
) {
  final tmp1 = color;
  var tmp0 = 0;
  var tmp2 = 0;
  tmp0 = _box.borrow();
  tmp2 = tmp1;
  _api._colorizeBuilderColor(
    tmp0,
    tmp2,
  );
  return;
}