colorInterpolationFilters property

Specifies which color space to use for filter effects.

This property is read/write.

Scalable Vector Graphics: Painting, Filling, Stroking and Marker Symbols, Section 11.71Internet Explorer 10

 

Syntax

HRESULT put_colorInterpolationFilters(
  [in]  DOMString val
);

HRESULT get_colorInterpolationFilters(
  [out] DOMString **ptr
);

Property values

Type: DOMString

String format

auto | sRGB | linearRGB | inherit

CSS information

Applies Tocontainer elements, graphics elements, ‘animate’ and ‘animateColor’
Mediavisual
Inheritedno
Initial ValuesRGB

Standards information

Remarks

Requirements

IDL

Mshtml.idl

 

 

Show: