Click or drag to resize

MaterialInvisibleWithColor Method

Gets a new instance of this material with the color set to the provided values. Material classes that don't support color should not throw an exception, but simply return the same instance.

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IMaterial WithColor(
	NamedColor color
)

Parameters

color  NamedColor
The color.

Return Value

IMaterial
A new instance of this material with the color set to the provided values.

Implements

IMaterialWithColor(NamedColor)
See Also