[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
egBlink()
Generates a blinking effect
Syntax:
egBlink( cColor, cColorNew, [lProgress] ) -> Nil
cColor : Initial colour specified in CA-Clipper sintaxis.
"N" "B" "G" "BG" "R" "RB" "GR" "W",
"N+" "B+" "G+" "BG+" "R+" "RB+" "GR+" "W+"
cColorNew : The color that cColor changes to.
lProgress : If .T. the change is progressive.
If .F., it changes without passing thru intermdiate
colours.
Description:
Makes a blinking effect wtih cColor and cColorNew.
Return:
Nothing.
Ejemplos:
egBlink( "R", "W" )
egBlink( "B", "BG", .T. )
See Also:
egRateClk()
egRatePal()
egFixPal()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson