Options
All
  • Public
  • Public/Protected
  • All
Menu

The ISvgTransferFunctionProps interface defines SVG Tarnsfer Function Attributes.

Hierarchy

Index

Properties

Optional amplitude

amplitude?: string

Optional exponent

exponent?: string

Optional intercept

intercept?: string

Optional offset

offset?: string

Optional slope

slope?: string

Optional tableValues

tableValues?: string

type

type: "table" | "identity" | "discrete" | "linear" | "gamma"