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>dfdacsave()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfDacSave()
Fills a buffer with DAC colors
------------------------------------------------------------------------------
Syntax:

     dfDacSave() --> cBuf

Parameters:

     NONE

Returns:

     <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.

Description:

     Saves the contesnts of the 256 DAC registers in a buffer

Example:

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

See also:

     dfDacRest(), dfDacSet()

See Also: dfDacRest() dfDacSet()

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