[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
fx_RestAll()
Restores all attributes.
Syntax:
fx_RestAll() -> NIL
Arguments:
None.
Returns:
Always returns a NIL value.
Description:
fx_RestAll() restores all attributes to their default RGB values
when the color effects system was installed. It also resets the
palette increment rate and the timer interval period back to their
default values. It sets the current "fixed" palette back to
palette 0 but DOES NOT change the current palette mode from "fixed"
to "rotation" or vice-versa. This function may be called at any
time.
Example:
// Create several special color effects and then
// cancel all of them when a key is pressed.
fx_Fade( "n+", "gr" )
fx_Blink( "w", "r", .T. )
fx_Pulse( "gr+" )
INKEY( 0 )
fx_RestAll()
See Also:
fx_Restore()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson