Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfdacrest()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfDacRest()
Restores the DAC colors from a buffer
------------------------------------------------------------------------------
Syntax:

     dfDacRest( <cBuf> ) --> NIL

Parameters:

     <cBuf>     768 bytes buffers in which the contents of the 256 DAC
     registers are stored. For each register, 3 bytes are used
     to store the values for the RGB components.

Returns:

     NIL

Description:

     Assigns to the 256 DAC registers the values read from a buffer.

Example:

     cBuf := dfDacSave() // Saves the DAC registers
     // ...
     dfDacRest( cBuf )   // Restores the DAC registers

See also:

     dfDacSave(), dfDacSet()

See Also: dfDacSave() dfDacSet()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson