Click or drag to resize

GH_MaterialCreateRhinoMaterial Method

Creates a standard Rhino material from a colour.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static Material CreateRhinoMaterial(
	Color colour
)

Parameters

colour
Type: System.DrawingColor
Base colour for material.

Return Value

Type: Material
See Also