Documentation

Solarize

Inverts tones above a luminance threshold — a classic darkroom and photo effect

Props

thresholdnumber
Default:0.5
Luminance level above which colors are inverted. Pixels brighter than this threshold get flipped.
strengthnumber
Default:1
Blend between original (0) and fully solarized (1)

Usage

<Shader>
  <Solarize>
    <Circle />
  </Solarize>
</Shader>