Revit 2025.3 API
Effect |
Sets the ambient color parameter of the effect instance.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetAmbientColor( Color color )
Public Sub SetAmbientColor ( color As Color )
public: void SetAmbientColor( Color^ color )
member SetAmbientColor : color : Color -> unit
Parameters
- color Color
- The ambient color value.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also