API Panel.PCloud.SetGridColor: Difference between revisions
Appearance
XML import of API documentation |
XML import |
||
| Line 1: | Line 1: | ||
<sidebar>API Contents</sidebar> | <sidebar>API Contents</sidebar> | ||
Given an XY on the grid, sets the vertex colour at that point | Given an XY on the grid, sets the vertex colour at that point | ||
Revision as of 15:57, 16 January 2014
<sidebar>API Contents</sidebar> Given an XY on the grid, sets the vertex colour at that point
Parameters
HANDLE PCloud
- The handle to the cloud to adjust the colors of
LONG Gx
- The X coordinate on the grid
LONG Gy
- The Y coordinate on the grid
ULONG RGBA
- The (red,green,blue) value to set the point to
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.PCloud.SetGridColor(pcloud, gx, gy, rgba)
No additional examples