Raptor:Display Draw Circle: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to Drawing Functions page [[File:RaptorDisplayDrawCircle.jpg|right|frame|Raptor™ Dis…') |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
[[Raptor:Display Drawing Functions|Return to Drawing Functions page]] | [[Raptor:Display Drawing Functions|Return to Drawing Functions page]] | ||
[[File:RaptorDisplayDrawCircle. | [[File:RaptorDisplayDrawCircle.png|right|frame|Raptor™ Display Draw Circle]] | ||
== Description == | == Description == | ||
Line 27: | Line 27: | ||
| Y position of center of circle. | | Y position of center of circle. | ||
|- | |- | ||
! | ! Radius | ||
| uint32 | | uint32 | ||
| Radius of the circle. | | Radius of the circle. | ||
Line 33: | Line 33: | ||
! Color | ! Color | ||
| uint16 | | uint16 | ||
| Optional port to specify color of | | Optional port to specify color of circle. | ||
|} | |} | ||
Line 75: | Line 75: | ||
| Indicates whether the previous and next ports are shown. | | Indicates whether the previous and next ports are shown. | ||
|} | |} | ||
Latest revision as of 13:22, 7 July 2014
Return to the main Raptor page
Return to Drawing Functions page
Description
This block draws a circle on the screen.
Inputs
Input | Type | Description |
---|---|---|
Previous | boolean | Optional port used for enforcing the execution order of blocks. |
x | int32 | X position of center of circle. |
y | int32 | Y position of center of circle. |
Radius | uint32 | Radius of the circle. |
Color | uint16 | Optional port to specify color of circle. |
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. | |
Color | Drawing color in hex. | |
Select Color | This button opens the color chooser tool. | |
Layer | Indicates which layer to draw on. | |
Show Prev/Next Ports | Indicates whether the previous and next ports are shown. |