Interface ShadowLayerStyle

Description

ShadowLayer style for text watermark

Example

shadowStyle: {
dx: 10,
dy: 10,
radius: 10,
color: '#aacc22'
}

Hierarchy

  • ShadowLayerStyle

Properties

Properties

color: string

Description

shadow color

Example

color: '#aacc22'
dx: number

Description

shadow offset x

Example

dx: 10
dy: number

Description

shadow offset y

Example

dy: 10
radius: number

Description

shadow radius

Example

radius: 10

Generated using TypeDoc