Click or drag to resize

MeshMaterialsUtilGetColor Method

Retrieve the diffuse color of the first mesh material

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static Color GetColor(
	IEnumerable<MeshMaterial> materials
)

Parameters

materials  IEnumerableMeshMaterial

[Missing <param name="materials"/> documentation for "M:Demo3D.Visuals.MeshMaterialsUtil.GetColor(System.Collections.Generic.IEnumerable{Demo3D.Visuals.MeshMaterial})"]

Return Value

Color

[Missing <returns> documentation for "M:Demo3D.Visuals.MeshMaterialsUtil.GetColor(System.Collections.Generic.IEnumerable{Demo3D.Visuals.MeshMaterial})"]

See Also