Click or drag to resize

IMaterialHasColor Property

Gets a value indicating whether this instance has a color by itself.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool HasColor { get; }

Property Value

Boolean
true if this instance has a color by itself; otherwise, when false, the color of the material is provided by other means (e.g. a texture).
See Also