Environment.FrameBufferFillMode Enumeration

EnvironmentFrameBufferFillMode Enumeration

Fillmode for background

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum FrameBufferFillMode
Public Enumeration FrameBufferFillMode
Members
  Member nameValueDescription
None0 None set
DefaultColor1 Use default color
SolidColor2 Use specified solid color
Gradient2Color3 Use 2-color gradient
Gradient4Color4 Use 4-color gradient (colors are specified by corners)
Bitmap5 Use bitmap
Renderer6 Use whatever renderer chooses
Transparent7 Transparent background
Force32Bit4294967295 Use 32bit color @todo verify what this means
Version Information

Rhino for Windows

Supported in: 6.8
See Also