colorMaskiOES method

void colorMaskiOES(
  1. int buf,
  2. bool r,
  3. bool g,
  4. bool b,
  5. bool a,
)

Implementation

void colorMaskiOES(int buf, bool r, bool g, bool b, bool a) =>
    js_util.callMethod(this, 'colorMaskiOES', [buf, r, g, b, a]);