Description:

If x or y are out of range, the function will fail and may crash Rhino.

Syntax:
public Void SetValue(
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:
5.0

Description:

Assignto a pixel at coordinate (,).

Syntax:
public Void SetValue(
Int32 x,
Int32 y,
Single 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.
  • value
  • Type: System.Single
  • The value to store in the channel at the specified position.
Returns:
Type: Void
Available since:
5.0

Nothing found