Skip to main content
variable SVGComponentTransferFunctionElement
import { SVGComponentTransferFunctionElement } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: SVGComponentTransferFunctionElement; readonly SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_GAMMA: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_LINEAR: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_TABLE: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN: number; new (): SVGComponentTransferFunctionElement; }