color-interpolation-filters property
Specifies which color space to use for filter effects.
This property is read/write.
![]() ![]() |
Syntax
color-interpolation-filters: auto | sRGB | linearRGB | inherit
Property values
One of the following:
auto-
Color operations do not occur in a particular color space.
sRGB-
Color operations should occur in the sRGB color space.
linearRGB-
Color operations should occur in the linearized RGB color space.
inherit-
Use the computed value of this property from an ancestor element.
CSS information
| Applies To | container elements, graphics elements, ‘animate’ and ‘animateColor’ |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | sRGB |
Standards information
Remarks
As of Microsoft Edge, this presentation attribute is animatable with CSS Animations and CSS Transitions.
See also
Show:

