div-blur

Gaussian image blur.

Parameters

Parameters Description
radius

int

Required parameter.

Blur radius. Defines how many pixels blend into each other. Specified in: dp.

Restriction for the value x: x >= 0.

type

string

Required parameter.

The value must always be blur.

JSON
{
  type*: "blur",
  radius*: "int"
}
Previous
Next