ImageDrawPixel abstract method

void ImageDrawPixel(
  1. ImageStructType dst,
  2. num posX,
  3. num posY,
  4. ColorStructType color,
)

Implementation

void ImageDrawPixel(
  ImageStructType dst,
  num posX,
  num posY,
  ColorStructType color,
);