color-interpolation-filters
Specifies the color space for imaging operations performed via filter primitives. It's an internal SVG detail for how colors are calculated during complex filtering.
It is documented as part of the Filter Effects specification.
Syntax
/* Usage Example */
feGaussianBlur {
/* SVG filter property */
color-interpolation-filters: sRGB;
}
/* Syntax */
color-interpolation-filters: auto;
color-interpolation-filters: linear;
/* Global values */
color-interpolation-filters: inherit;
color-interpolation-filters: initial;
color-interpolation-filters: revert;
color-interpolation-filters: revert-layer;
color-interpolation-filters: unset;
color-interpolation-filters Browser support
Widely available
Since
2015 96% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.
1+
3+
3+
79+