RenderWindowGetRequestedRenderChannelsAsStandardChannels Method |
Get array of StandardChannels enum values representing the channels requested by the post effect pipeline for this RenderWindow.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public RenderWindowStandardChannels[] GetRequestedRenderChannelsAsStandardChannels()
Public Function GetRequestedRenderChannelsAsStandardChannels As RenderWindowStandardChannels()
Return Value
Type:
RenderWindowStandardChannelsArray of StandardChannels
See Also