Revit 2025.3 API
Effect |
Sets the specular 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 SetSpecularColor( Color color )
Public Sub SetSpecularColor ( color As Color )
public: void SetSpecularColor( Color^ color )
member SetSpecularColor : color : Color -> unit
Parameters
- color Color
- The specular color value.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also