RhinoCommon API
RenderWindowChannel Class |
[Missing <summary> documentation for "T:Rhino.Render.RenderWindow.Channel"]
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
The RenderWindowChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| AddValue |
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.
| |
| Dispose | Releases all resources used by the RenderWindowChannel | |
| Dispose(Boolean) | Releases the unmanaged resources used by the RenderWindowChannel and optionally releases the managed resources | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| PixelSize |
Returns the size of the data in one pixel in the channel. For RDK standard channels, this value is always sizeof(float).
For the special chanRGBA collective channel,
this value is 4 * sizeof(float).
| |
| SetValue(Int32, Int32, Color4f) |
If x or y are out of range, the function will fail and may crash Rhino.
| |
| SetValue(Int32, Int32, Single) |
If x or y are out of range, the function will fail and may crash Rhino.
| |
| SetValues |
Set a pixel buffer
| |
| ToString | (Inherited from Object.) |