|
Whitebeam Template Reference Documentation
|
rb.GraphicImage.Point
Defines a 'point' - either in a polygon or in a drawPixels call
Elements
The rb.GraphicImage.Point struct has 3 elements:
Name | Type/Value | Range/Length | Description | x | number | integer | Optional. 'x' component of the point being defined | y | number | integer | Optional. 'y' component of the point being defined | c | number | integer | Optional. Optional colour for the point. Used only in 'drawPixels' |
Remarks
Used to identify a point within an image
|
|
(loadtime : 15ms) |