css.properties

lighting-color

The lighting-color property specifies the color of SVG lighting.

Formal Syntax

lighting-color = <color> <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

See specification

JavaScript Access

// Access via element.style element.style.lightingColor = "white";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
lighting-color53612
currentColor53612
transparent53612

Related Properties