lightingColor property
Defines the color of the light source for filter primitives feDiffuseLighting and feSpecularLighting.
This property is read/write.
![]() ![]() |
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 To | feDiffuseLighting and feSpecularLighting elements |
|---|---|
| Media | visual |
| Inherited | 0 |
| Initial Value | white |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.8.5
Requirements
|
IDL |
|
|---|
See also
Show:

