DrawPixel method

String DrawPixel(
  1. num posX,
  2. num posY,
  3. ColorBase<ColorBase> color
)

Implementation

String DrawPixel(
  num posX,
  num posY,
  ColorBase color,
) => 'DrawPixel($posX, $posY, $color)';