ColorAverage
A color average effect.
import { ColorAverage } from '@react-three/postprocessing'
import { BlendFunction } from 'postprocessing'
return (
<ColorAverage
blendFunction={BlendFunction.NORMAL} // blend mode
/>
)
Example
ColorAverage Demo
Props
Name | Type | Default | Description |
---|---|---|---|
blendFunction | BlendFunction | BlendFunction.NORMAL | The blend function of this effect. |