Dart API Referencedart:htmlSVGFEDiffuseLightingElement

SVGFEDiffuseLightingElement Interface

This filter takes in a light source and applies it to an image, using the alpha channel as a bump map.

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Fields

Code final SVGAnimatedNumber diffuseConstant #

final SVGAnimatedNumber diffuseConstant;

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

Code final SVGAnimatedNumber kernelUnitLengthX #

final SVGAnimatedNumber kernelUnitLengthX;

Code final SVGAnimatedNumber kernelUnitLengthY #

final SVGAnimatedNumber kernelUnitLengthY;

Code final SVGAnimatedNumber surfaceScale #

final SVGAnimatedNumber surfaceScale;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.