$drawPixel

Draws the pixel at the specified position.
Syntax
    $drawPixel{x}{y}
DocumentationDraws the pixel at the specified position:

    Parameters:
      x, the x coordinate of the pixel to be drawn.
      y, the y coordinate of the pixel to be drawn.
    Note:
      the template using this function must hava the content type 'image/gif' or 'image/jpeg'.
Examples
    $createImage{200}{200}
    $setDrawColor{black}
    $fillRectangle{0}{0}{199}{199}
    $setDrawColor{white}
    $drawPixel{50}{50}

    Result:
    in the image with a width of 200/200; a black rectangle with the size 199/199; at
    x=50/y=50 a white pixel appears
GroupGraphic
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2