Undercover Operations

<< Click to Display Table of Contents >>

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

Undercover Operations

UCV.no blend-in - disable fading in

Previous Top Next


MiniRobotLanguage (MRL)

 

UCV.no blend-in

UCV.nbi

Change fading behavior of the appearing cover

 

 

Intention

 

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

 

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

 

UCV.nbi

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

UCV.nbi

 

 

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