ImageDrawPixel abstract method
Draw pixel within an image
Implementation
void ImageDrawPixel(
ImageStructType dst,
num posX,
num posY,
ColorStructType color,
);
Draw pixel within an image
void ImageDrawPixel(
ImageStructType dst,
num posX,
num posY,
ColorStructType color,
);