# All

> Write all components (R, G, B and Alpha).

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
All = Alpha | Blue | Green | Red
```
