These modifiers apply image-style filters to a component and its descendants.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
blur softens content with a Gaussian blur. saturation, brightness, contrast, grayscale, and colorInvert adjust the color values of the rendered output.
blendMode changes how the component composites with content drawn behind it — useful for overlays, tinting, and text that adapts to its background.
blur
Applies a Gaussian blur effect to a component.The blur radius in points. Higher values produce a more blurred result. A value of
0 produces no blur.saturation
Adjusts the color saturation of a component.The saturation multiplier.
0 produces grayscale, 1 is the original color, and values greater than 1 oversaturate.brightness
Adjusts the brightness of a component.The brightness adjustment, from
-1 (completely dark) to 1 (completely bright). A value of 0 leaves brightness unchanged.contrast
Adjusts the contrast of a component.The contrast adjustment.
0 produces flat gray, 1 is the original contrast, and values greater than 1 increase contrast.grayscale
Applies a grayscale filter to the component.The intensity of the grayscale effect, from
0 (full color) to 1 (fully desaturated).colorInvert
Inverts all colors in a component.blendMode
Sets the blend mode for compositing a component with content behind it.See also
- opacity — adjust transparency
- foregroundStyle — set text and shape colors
- BlendMode — supported blend modes