Undercover Operations

<< Click to Display Table of Contents >>

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

Undercover Operations

UCV.no blend-out - disable fading out

Previous Top Next


MiniRobotLanguage (MRL)

 

UCV.no blend-out

UCV.nbo

Change fading behavior of the disappearing cover

 

 

Intention

 

This command is used to change the fading behavior for an cover when it disappears. Without this command, a cover will slowly fade-out. If this command is used, the fading-out is completely disabled.

 

The "desktop-picture cover" is shown without fade-in and then disappear without fade-out:

 

UCV.dc

PAU.10

 

' This line will remove the cover

UCV.nbo

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

UCV.nbi

 

 

Parameter Explanation

 

-

 

 

 

Example

 

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

' UCV.-Sample

' In this Mode, the cover will appear immediately.

'

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

' prevent fade-out

UCV.no blend-out

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

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