ANALYZER
Correct Distortion
{#await prom}
Loading...
{:then result}
{#each result as color, i}
{Math.floor( (correctDistortion ? color.value : color.distortedValue) * 10000 ) / 100}%
{/each}
{/await}