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:
public Void AddValue(
Int32 x,
Int32 y,
Color4f value
)
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.
Returns:
Type: Void
Available since:
6.0

Nothing found