figma-api 0.31.4

This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api). Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# DropShadowEffect

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**color** | [**models::Rgba**](RGBA.md) | The color of the shadow | 
**blend_mode** | [**models::BlendMode**](BlendMode.md) | Blend mode of the shadow | 
**offset** | [**models::Vector**](Vector.md) | How far the shadow is projected in the x and y directions | 
**radius** | **f64** | Radius of the blur effect (applies to shadows as well) | 
**spread** | Option<**f64**> | The distance by which to expand (or contract) the shadow.  For drop shadows, a positive `spread` value creates a shadow larger than the node, whereas a negative value creates a shadow smaller than the node.  For inner shadows, a positive `spread` value contracts the shadow. Spread values are only accepted on rectangles and ellipses, or on frames, components, and instances with visible fill paints and `clipsContent` enabled. When left unspecified, the default value is 0. | [optional][default to 0]
**visible** | **bool** | Whether this shadow is visible. | 
**bound_variables** | Option<[**models::BaseShadowEffectBoundVariables**](BaseShadowEffect_boundVariables.md)> |  | [optional]
**show_shadow_behind_node** | **bool** | Whether to show the shadow behind translucent or transparent pixels | [default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)