RenderWindow.Channel Class

RenderWindowChannel Class

[Missing <summary> documentation for "T:Rhino.Render.RenderWindow.Channel"]

Inheritance Hierarchy
SystemObject
  Rhino.RenderRenderWindowChannel

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class Channel : IDisposable
Public Class Channel
	Implements IDisposable

The RenderWindowChannel type exposes the following members.

Methods
  NameDescription
Public methodAddValue
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.
Public methodDispose
Releases all resources used by the RenderWindowChannel
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the RenderWindowChannel and optionally releases the managed resources
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPixelSize
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).
Public methodSetValue(Int32, Int32, Color4f)
If x or y are out of range, the function will fail and may crash Rhino.
Public methodSetValue(Int32, Int32, Single)
If x or y are out of range, the function will fail and may crash Rhino.
Public methodSetValues
Set a pixel buffer
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also