API Docs for:
Show:

gs.BlurEffect Class

Describes a blur-effect which blurs the screen using LOD.

Constructor

gs.BlurEffect

()

Item Index

Methods

Properties

Methods

fromObject

(
  • o
)
gs.BlurEffect static

Creates a blur-effect from an raw object. The object should contain all the properties defined by the BlurEffect class.

Parameters:

  • o Object
    • The object with all necessary properties of the blur-effect.

Returns:

gs.BlurEffect:

The new created blur-effect.

Properties

power

Number

The blur-power.

Default: 0.001