Appearance
a11ydocs / Transform
Interface: Transform
Defined in: src/types.ts:2995
Affine transform tuple used for graphics and text placement.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
a | number | Horizontal scale component of the affine transform matrix. | src/types.ts:2997 |
b | number | Blue channel value normalized from 0 to 1. | src/types.ts:2999 |
c | number | Cyan channel value normalized from 0 to 1. | src/types.ts:3001 |
d | number | Vertical scale component of the affine transform matrix. | src/types.ts:3003 |
e | number | Horizontal translation component of the affine transform matrix. | src/types.ts:3005 |
f | number | Vertical translation component of the affine transform matrix. | src/types.ts:3007 |