Material(Color) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the name as first parameter instead.

Obsolete Name and color constructor.
Public Sub New( _ 
ByVal diffuse As Color
)
This language is not supported or no code example is available.
public Material( 
Color diffuse 
)
This language is not supported or no code example is available.

Parameters

diffuse
Color

Material color

.NET Framework

Supported in: 4.8

In this article

Definition