Raptor:Display Clear Screen: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to Drawing Functions page [[File:RaptorVeecanClearScreen.jpg|right|frame|Raptor™ Vee…') |
No edit summary |
||
Line 6: | Line 6: | ||
== Description == | == Description == | ||
<p>This block | <p>This block clears both layers of the screen.</p> | ||
== Inputs == | == Inputs == | ||
Line 14: | Line 14: | ||
! scope="col" style="width: 15%;"|Type | ! scope="col" style="width: 15%;"|Type | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |||
! Previous | |||
| boolean | |||
| Optional port used for enforcing the execution order of blocks. | |||
|- | |||
! Layer 1 Color | |||
| uint16 | |||
| Optional port to specify color of Layer 1. | |||
|- | |||
! Layer 2 Color | |||
| uint16 | |||
| Optional port to specify color of Layer 2. | |||
|} | |} | ||
Line 22: | Line 34: | ||
! scope="col" style="width: 15%;"|Type | ! scope="col" style="width: 15%;"|Type | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |||
! Next | |||
| boolean | |||
| Optional port used for enforcing the execution order of blocks. | |||
|} | |} | ||
Line 30: | Line 46: | ||
! scope="col" style="width: 15%;"|Type | ! scope="col" style="width: 15%;"|Type | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |||
! Color From Port | |||
| | |||
| Specify drawing color and opacity from input port on block. | |||
|- | |||
! Layer 1 Color | |||
| | |||
| Color to set Layer 1. | |||
|- | |||
! Select Layer 1 Color | |||
| | |||
| This button opens the color chooser tool. | |||
|- | |||
! Layer 2 Color | |||
| | |||
| Color to set Layer 2. | |||
|- | |||
! Select Layer 2 Color | |||
| | |||
| This button opens the color chooser tool. | |||
|- | |||
! Show Prev/Next Ports | |||
| | |||
| Indicates whether the previous and next ports are shown. | |||
|} | |} | ||
== Supported Versions == | == Supported Versions == | ||
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer | * [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer |
Revision as of 16:26, 3 July 2014
Return to the main Raptor page
Return to Drawing Functions page
Description
This block clears both layers of the screen.
Inputs
Input | Type | Description |
---|---|---|
Previous | boolean | Optional port used for enforcing the execution order of blocks. |
Layer 1 Color | uint16 | Optional port to specify color of Layer 1. |
Layer 2 Color | uint16 | Optional port to specify color of Layer 2. |
Outputs
Output | Type | Description |
---|---|---|
Next | boolean | Optional port used for enforcing the execution order of blocks. |
Parameters
Parameter | Type | Description |
---|---|---|
Color From Port | Specify drawing color and opacity from input port on block. | |
Layer 1 Color | Color to set Layer 1. | |
Select Layer 1 Color | This button opens the color chooser tool. | |
Layer 2 Color | Color to set Layer 2. | |
Select Layer 2 Color | This button opens the color chooser tool. | |
Show Prev/Next Ports | Indicates whether the previous and next ports are shown. |
Supported Versions
- Raptor 2013a_0.0.1 and newer