# supportsImageEffects

> Are image effects supported? (Read Only)

## Definition

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

> **Warning:**
>
> **Deprecated.** supportsImageEffects always returns true, no need to call it

```csharp
public static bool supportsImageEffects { get; }
```

### Remarks

Returns `true` if the graphics card supports post-processing effects.

Additional Resources: [Post-processing effects](/engine/6000.5/manual/post-processing-and-full-screen-effects/overview.md).
