Interface

Shell-18ShellBlurEffectConstructorProps

interface ConstructorProps {
    actor: Clutter.Actor;
    brightness: number;
    enabled: boolean;
    mode: Shell.BlurMode;
    name: string;
    radius: number;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Clutter.Effect.ConstructorProps

Properties

brightness: number
radius: number

Properties - Inherited from Clutter.Effect.ConstructorProps

actor: Clutter.Actor
enabled: boolean
name: string