Undercover Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Image/Pixel-Color Operations > Undercover and Graphics >

Undercover Operations

UCV.no blend - disable fading

Previous Top Next


MiniRobotLanguage (MRL)

 

UCV.no blend

UCV.nb

Change fading behavior of the cover

 

 

Intention

 

This command is used to change the fading behavior for an cover. Without this command, a cover will slowly fade-in, and also slowly fade-out. If this command is use, the fading is completely disabled..

 

The "desktop-picture cover" is shown immediately without fading like this:

 

UCV.nb

UCV.dc

PAU.10

 

' This line will remove the cover

UCV.

 

The desktop-cover behavior can be changed/customized using the additional features:

 

UCV.transparency

UCV.no transparency

UCV.no blend

UCV.no blend-in

UCV.no blend-out

UCV.write

' this line will remove the cover

UCV.close

 

 

 

 

Syntax

 

 

UCV.no blend

UCV.nb

 

 

Parameter Explanation

 

-

 

 

 

Example

 

'***********************************

' UCV.-Sample

' In this Mode, the cover will appear immediately.

'

'***********************************

' prevent fade-in

UCV.no blend-in

' Switch cover on

UCV.desktop-copy

PAU.20

UCV.

ENR.

 

 

'***********************************

' UCV.-Sample

' We will make the existing cover to disappear

' using a transparency value of 0.

' Then we print on the cover and just

' make it visible again.

'

'***********************************

'

UCV.nb

UCV.cov

UCV.tra|0

UCV.bgr|&HFF00FF

UCV.pri|$$TXT

UCV.tra|126

PAU.4

UCV.

ENR.

 

 

 

 

 

Remarks

 

Any cover is been removed immediately, when the script-process ends or when the script runs into an error.

 

 

 

Limitations:

 

-

 

 

See also:

 

  ! Smart Package Robot 's Undercover Operations

  ! UCV. - Undercover Graphics

  CCV. - Color Conversion