Kind: global interface
- Shadow
- .type :
String
- .offsetX :
String
- .offsetY :
String
- .blurRadius :
Number
- .spread :
Number
- .color :
Color
- .opacity :
Number
- .blendMode :
BLEND_MODES
- .type :
Type of the shadow, outer
or inner
.
Kind: instance property of Shadow
Horizontal offset of the shadow.
Kind: instance property of Shadow
Vertical offset of the shadow.
Kind: instance property of Shadow
Radius of the blur applied to the shadow, a positive integer.
Kind: instance property of Shadow
Spread of the shadow.
Kind: instance property of Shadow
shadow.color : Color
Color of the shadow.
Kind: instance property of Shadow
Opacity of the shadow, [0, 1].
Kind: instance property of Shadow
shadow.blendMode : BLEND_MODES
Blend mode of the shadow, defined in BLEND_MODES.
Kind: instance property of Shadow