# blackTexture

> Gets a small Texture with all black pixels.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static Texture2D blackTexture { get; }
```

### Remarks

Unity sets all pixels of this Texture to transparent black (0,0,0,0).
