Format
PSET (number1,number2),number3
Description
This statement is used to set a pixel to a specified color in graphics
modes. The row is specified in number1, the column in number2, and the
color in number3. Note that no range checking is performed on number1 or
number2. A row or column specified outside the range allowed by the
graphics mode in use can result in unpredictable results.
Example
PSET (10,20),1
In this example the pixel defined at row 10 and column 20 will be set to
color 1.
See Also
|