Skip to main content

ruvyrias / Exports / DistortionOptions

Interface: DistortionOptions

Represents the options for applying distortion effects to the currently player

Table of contents

Properties

Properties

cosOffset

Optional cosOffset: number

The cos offset of the distortion effect to apply.

Defined in

src/Player/Filters.ts:85


cosScale

Optional cosScale: number

The cos scale of the distortion effect to apply.

Defined in

src/Player/Filters.ts:87


offset

Optional offset: number

The offset of the distortion effect to apply.

Defined in

src/Player/Filters.ts:93


scale

Optional scale: number

The scale of the distortion effect to apply.

Defined in

src/Player/Filters.ts:95


sinOffset

Optional sinOffset: number

The sin offset of the distortion effect to apply.

Defined in

src/Player/Filters.ts:81


sinScale

Optional sinScale: number

The sin scale of the distortion effect to apply.

Defined in

src/Player/Filters.ts:83


tanOffset

Optional tanOffset: number

The tan offset of the distortion effect to apply.

Defined in

src/Player/Filters.ts:89


tanScale

Optional tanScale: number

The tan scale of the distortion effect to apply.

Defined in

src/Player/Filters.ts:91