API Panel.PCloud.SetGridColor

From Flowcode Help
Revision as of 15:57, 16 January 2014 by JonnyW (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<sidebar>API Contents</sidebar> Given an XY on the grid, sets the vertex colour at that point

Class hierarchy

Panel

PCloud
SetGridColor

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