Posterize
Reduce color depth to create a poster effect
Reduce color depth to create a poster effect
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| intensity | range | 5 | The intensity of the posterization effect (lower is more posterized) |
Usage
vue
<Shader>
<Posterize
:intensity="5"
>
<Circle />
</Posterize>
</Shader>