SVGFEDisplacementMapElement
SVGFEDisplacementMapElement: {
prototype: SVGFEDisplacementMapElement;
SVG_CHANNEL_UNKNOWN: 0;
SVG_CHANNEL_R: 1;
SVG_CHANNEL_G: 2;
SVG_CHANNEL_B: 3;
SVG_CHANNEL_A: 4;
new (): SVGFEDisplacementMapElement;
}
prototype: SVGFEDisplacementMapElement;
SVG_CHANNEL_UNKNOWN: 0;
SVG_CHANNEL_R: 1;
SVG_CHANNEL_G: 2;
SVG_CHANNEL_B: 3;
SVG_CHANNEL_A: 4;
new (): SVGFEDisplacementMapElement;
}
Type declaration
- new (): SVGFEDisplacementMapElement
Returns SVGFEDisplacementMapElement
prototype: SVGFEDisplacementMapElement
ReadonlySVG_CHANNEL_UNKNOWN: 0ReadonlySVG_CHANNEL_R: 1ReadonlySVG_CHANNEL_G: 2ReadonlySVG_CHANNEL_B: 3ReadonlySVG_CHANNEL_A: 4