lightingColor property

Defines the color of the light source for filter primitives feDiffuseLighting and feSpecularLighting.

This property is read/write.

Scalable Vector Graphics: Filter Effects, Section 15.8.5Internet Explorer 10

 

Syntax

HRESULT put_lightingColor(
  [in]  DOMString val
);

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

Property values

Type: DOMString

String format

currentColor | <color> [ <icccolor> ]? | inherit

CSS information

Applies TofeDiffuseLighting and feSpecularLighting elements
Mediavisual
Inherited0
Initial Valuewhite

Standards information

Requirements

IDL

Mshtml.idl

See also

feDistantLight
fePointLight
feSpotlightElement

 

 

Show: