Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RPCXLib 1.1 Graphic Library for Clipper - <b>r_defpal() </b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 R_DefPal() 
 Installs the default Clipper colour palette
------------------------------------------------------------------------------

 Syntax
        R_DefPal ()

 Parameters
        (None)

 Returns
        NIL

 Description
        By calling the R_DefPal () function the 16 Clipper colours are
        initialized to their default values. This function is for example
        useful at the end of an application : it makes sure that the
        the colour palette is reset to its original state (after possible
        changes you made to the palette).

 Example
        See the demo program PCXDemo.PRG


See Also: R_RestPal() R_SavePal() R_GetRGB() R_SetRGB()

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