Click or drag to resize

RenderWindowChannelSetValue Method (Int32, Int32, Color4f)

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

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetValue(
	int x,
	int y,
	Color4f value
)

Parameters

x
Type: SystemInt32
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: SystemInt32
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.DisplayColor4f
The color to store in the channel at the specified position.
See Also