This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

feSpotlight

Overview Table

DOM Interface
SVGElement

Syntax

Standards information

Members

The SVGFESpotLightElement object has these properties:

  • limitingConeAngle: Gets a value that specifies a limiting cone that restricts the region where the light is projected.
  • pointsAtX: Gets a value that specifies the x location in the coordinate system established by attribute primitiveUnits on the filter element of the point at which the light source is pointing.
  • pointsAtY: Gets a value that specifies the y location in the coordinate system established by attribute primitiveUnits on the filter element of the point at which the light source is pointing.
  • pointsAtZ: Gets a value that specifies the z location in the coordinate system established by attribute primitiveUnits on the filter element of the point at which the light source is pointing.
  • specularExponent: Gets a value that indicates an exponent value that controls the focus for the light source.
  • x: Gets or sets the x-coordinate value.
  • y: Gets or sets the y-coordinate value.
  • z: Gets a value that indicates the z location for the light source

See also

Related articles

Filters

Attributions