Skip to content
Menu
Auto
English
GitHub
Auto
English

ShadowLayerStyle

Defined in: src/index.ts:506

ShadowLayer style for text watermark

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

color: string

Defined in: src/index.ts:530

shadow color

color: '#aacc22'

dx: number

Defined in: src/index.ts:512

shadow offset x

dx: 10

dy: number

Defined in: src/index.ts:518

shadow offset y

dy: 10

radius: number

Defined in: src/index.ts:524

shadow radius

radius: 10