Tv WritePixel

From TVPaintWiki
Jump to: navigation, search

<<<George<<<Command Reference<<<Tools


  tv_WritePixel x y red green blue alpha

Draws a pixel dot in the current image in the current layer. The x and y arguments are the coordinates of the position at which the pixel is to be written. The red, green, blue and alpha arguments represent the values of the color components used to write the pixel. These arguments are between 0 and 255. Note that this command is very optimized and is faster than the tv_Dot command.