Draw pixel 2

From Rosetta Code
Revision as of 11:33, 9 May 2018 by PureFox (talk | contribs) (This should be a draft task as there aren't yet any solutions. Also (255, 255, 0) is yellow, not green, in the RGB color model.)
Draw pixel 2 is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.
Task

Create a window and draw a pixel in it

  1.  1-the window is 640 x 480
  2.  2- the color of the pixel must be yellow (255,255,0)
  3.  3-that the position of the pixel is random