DrawPixel function

void DrawPixel(
  1. num posX,
  2. num posY,
  3. ColorD color
)

Implementation

void DrawPixel(
  num posX,
  num posY,
  ColorD color,
) => _module.DrawPixel(posX, posY, color);