RenderWindowSetRGBAChannelColors Method (Size, Color4f) |
Call this method to open the RenderWindow.StandardChannels.RGBA channel and set a block of color values
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic void SetRGBAChannelColors(
Size size,
Color4f[] colors
)
Public Sub SetRGBAChannelColors (
size As Size,
colors As Color4f()
)
Parameters
- size
- Type: System.DrawingSize
Size of the area to set. No validation is done on this value - colors
- Type: Rhino.DisplayColor4f
Array of Color4f values used to set the RenderWindow.StandardChannels.RGBA
See Also