interface IShadow {
    blur: number;
    color: string | IRangeColor;
    enable: boolean;
    offset: ICoordinates;
}

Implemented by

Properties

Properties

blur: number

The blur of the shadow.

color: string | IRangeColor

The color of the shadow.

enable: boolean

Sets if the shadow is enabled.

offset: ICoordinates

The distance of the shadow from the particle.