`UIVisualEffectView` with blur alters hue and makes image darker or lighter - how to fix?

34 Views Asked by At

I would like UIVisualEffectView to just give me gaussian blur without any lightening or darkening. But UIBlurEffect.Style only has styles that alter the image in some way.

How can I achieve that without using CIImageFilter, vImageBoxConvolve_ARGB8888 and raw CoreGraphics whatsoever, just purely with UIVisualEffectView?

1

There are 1 best solutions below

0
Isaaс Weisberg On BEST ANSWER

There is no way to achieve this using CoreAnimation.