VISPLNOUT (Statement)


Display an image in the storage memory on the monitor.


VISPLNOUT <storage memory number>[,<table number>]


<storage memory number>
Specifies the number of the storage memory (process screen) (0 to 3).
<table number>
Specifies the number of the look-up table to display (0 to 15).
If this is omitted, 1 is set as the default.



VISPLNOUT 0, 1
'Convert an image (still image) in storage memory 0 with
'table 1 (0 to 175, 70% brightness compressed) and display
'it on the monitor
VISPLNOUT 0
'The same result as that of VISPLNOUT 0, 1 can be obtained


Top