css.properties

color-interpolation-filters

The color-interpolation-filters property specifies the color interpolation for SVG filter effects.

Formal Syntax

auto | sRGB | linearRGB

See specification

JavaScript Access

// Access via element.style
element.style.colorInterpolationFilters = 'linearRGB';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
color-interpolation-filters13379
auto13379
linearRGB2822979
sRGB2822979

Related Properties