RenderWindow.AddChannel Method

RenderWindowAddChannel Method

Add a channel to the frame buffer in addition to the fixed Red, Green, Blue and Alpha channels.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool AddChannel(
	RenderWindowStandardChannels channel
)
Public Function AddChannel ( 
	channel As RenderWindowStandardChannels
) As Boolean

Parameters

channel
Type: Rhino.RenderRenderWindowStandardChannels
Channel to add

Return Value

Type: Boolean
If the channel existed then true is returned otherwise; returns true if the channel was added or false if not.
Version Information

Rhino for Windows

Supported in: 6.14
See Also