Clarity – Scene Readability & Perceptual Contrast Checker
Clarity is a Unity 6 URP diagnostic tool for inspecting value structure, perceptual lightness, and local color contrast in the final rendered frame.
Blog topic
3 articles
Clarity is a Unity 6 URP diagnostic tool for inspecting value structure, perceptual lightness, and local color contrast in the final rendered frame.
Grayscale is a common way to check level readability, but it removes the color separation that may be carrying the image. I built an OKlab-based Unity tool that separates local lightness from chromatic contrast and measures both in the final rendered frame.
Learning about OKlab gave me a shared model for several technical-art problems: readability checks, palette variations, gradients, and runtime color effects.