# specColor

> Gets and sets a default specular color.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Removed.** specColor is no longer used and has been deprecated.

```csharp
public Color specColor { get; set; }
```
