Dart API Referencedart:htmlSVGFEComponentTransferElement

SVGFEComponentTransferElement Interface

The color of each pixel is modified by changing each channel (R, G, B, and A) to the result of what the children <feFuncR> , <feFuncB> , <feFuncG> , and <feFuncA> return.

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Fields

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

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.