I got this error from Xcode when attempting to compile this rather simple floating point constant:
Float((1.0 / 255.0) * 0.5 - (1.0e-7 * (1.0 / 255.0) * 0.5))
It's a clipping constant for 8 bit per pixel image data in the floating point space.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: