# colorValue

> Value of a color property.

## Definition

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

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

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.5/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Color](/engine/6000.5/script-reference/unityeditor/serializedpropertytype/color.md), [Color](/engine/6000.5/script-reference/unityengine/color.md).
