stringColor method

bool stringColor(
  1. Point<double> p,
  2. String s,
  3. int color
)

Implementation

bool stringColor(math.Point<double> p, String s, int color) =>
    gfx.stringColor(this, p.x, p.y, s, color);