MaterialsGetSolidMaterial Method |
Creates a solid material with a uniform color.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IMaterial GetSolidMaterial(
NamedColor color
)
Parameters
- color NamedColor
- The material color.
Return Value
IMaterialA material with the specified uniform color.
See Also