Description:
Add value to existing values at point x, y. If x or y are out of range, the function will fail and may crash Rhino.
Syntax:
Parameters:
- x
- Type: System.Int32
- The horizontal pixel position. No validation is done on this value. The caller is responsible for ensuring that it is within the frame buffer.
- y
- Type: System.Int32
- The vertical pixel position. No validation is done on this value. The caller is responsible for ensuring that it is within the frame buffer.
- value
- Type: Rhino.Display.Color4f
- The color to store in the channel at the specified position.
Returns:
Type: Void
Available since:
6.0