Click or drag to resize

MaterialInvisibleColor Property

Gets the diffuse color of the material.

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NamedColor Color { get; }

Property Value

NamedColor
The color.

Implements

IMaterialColor
See Also