
13 Command Summary
2.4 Drawing
4.1 Set Background
Drawing Colour
Set the display colour when the Clear Screen command is sent. The default colour on startup is black.
Intensity of red, 0 to 255, limited to display metrics.
Intensity of green, 0 to 255, limited to display metrics.
Intensity of blue, 0 to 255, limited to display metrics.
4.2 Get Background
Drawing Colour
Read the background colour that is currently being used by all drawing commands.
Intensity of red, 0 to 255, limited to display metrics.
Intensity of green, 0 to 255, limited to display metrics.
Intensity of blue, 0 to 255, limited to display metrics.
Clear the screen, and reset the coordinates for both continued line and font insertion commands to zero.
X Y Width Height MoveX MoveY
X Y Width Height MoveX MoveY
X Y Width Height MoveX MoveY
Scroll the contents of a specified portion of the screen.
Leftmost coordinate of the scroll window.
Topmost coordinate of the scroll window.
Width of the scroll window.
Height of the scroll window.
Number of pixels to scroll horizontally.
Number of pixels to scroll vertically.
Komentáře k této Příručce