css.properties

color-interpolation

The color-interpolation property specifies the color interpolation for SVG.

Formal Syntax

auto | sRGB | linearRGB

See specification

JavaScript Access

// Access via element.style
element.style.colorInterpolation = 'sRGB';

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
color-interpolation13479
auto13479
linearGradient123
linearRGB≤313479
sRGB13479

Related Properties