|
StandardMaterial(Color4) Constructor |
StandardMaterial constructor with diffuse color and alpha specified in Color4 struct.
Namespace: Ab3d.DirectX.MaterialsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public StandardMaterial(
Color4 diffuseColorWithAlpha
)
Parameters
- diffuseColorWithAlpha Color4
- diffuseColor as Color4
See Also