Click or drag to resize

RenderWindowStandardChannels Enumeration

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

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[FlagsAttribute]
public enum StandardChannels
Members
  Member nameValueDescription
None0
Red1
Green2
Blue4
Alpha8
RGBA14
RGB15
DistanceFromCamera16
NormalX32
NormalY64
NormalZ128
NormalXYZ240
LuminanceRed256
LuminanceGreen512
LuminanceBlue1024
BackgroundLuminanceRed4096
BackgroundLuminanceGreen8192
BackgroundLuminanceBlue16384
MaterialIds65536
ObjectIds131072
Wireframe262144
AlbedoRed1048576
AlbedoGreen2097152
AlbedoBlue4194304
AlbedoRGB7340032
WireframePointsRGBA8388608
WireframeIsocurvesRGBA16777216
WireframeCurvesRGBA33554432
WireframeAnnotationsRGBA67108864
See Also