DisplayMaterial.BackDiffuse Property

DisplayMaterialBackDiffuse Property

Gets or sets the Diffuse color of the back side of the Material. The alpha component of the color will be ignored.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Color BackDiffuse { get; set; }
Public Property BackDiffuse As Color
	Get
	Set

Property Value

Type: Color
See Also