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
# BlendMode

## Enum Variants

| Name | Value |
|---- | -----|
| PassThrough | PASS_THROUGH |
| Normal | NORMAL |
| Darken | DARKEN |
| Multiply | MULTIPLY |
| LinearBurn | LINEAR_BURN |
| ColorBurn | COLOR_BURN |
| Lighten | LIGHTEN |
| Screen | SCREEN |
| LinearDodge | LINEAR_DODGE |
| ColorDodge | COLOR_DODGE |
| Overlay | OVERLAY |
| SoftLight | SOFT_LIGHT |
| HardLight | HARD_LIGHT |
| Difference | DIFFERENCE |
| Exclusion | EXCLUSION |
| Hue | HUE |
| Saturation | SATURATION |
| Color | COLOR |
| Luminosity | LUMINOSITY |


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