API Panel.Graphics.SetColor
From Flowcode Help
Jump to navigationJump to search![]() |
SetColor |
Sets the draw colour for and subsequent graphics objects | |
![]() |
RGB |
The colour in 0xBBGGRR format for subsequent drawing | |
![]() |
Return |
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Graphics.SetColor(rgb)
No additional examples