Contents

opaque

An option that causes the filter to ensure the result is completely opaque.

Declaration

static var opaque: GraphicsContext.BlurOptions { get }

Discussion

The filter ensure opacity by dividing each pixel by its alpha value. The result may be undefined if the input to the filter isn’t also completely opaque.

See Also

Getting blur options