Contents

threshold

The alpha threshold for clipping the stroke rendering for supported inks.

Declaration

var threshold: CGFloat { get }

Discussion

Only pixels with an alpha greater than the threshold are drawn. A threshold of 0 has no effect on rendering; a threshold of 1 draws nothing. Thresholds apply only to some inks, such as .reed.

See Also

Getting the point’s drawing data