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)
Since: 5.0
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:
BooleanIf the channel existed then true is returned otherwise; returns true if the channel was added or false if not.
See Also