Skip to content

Commit 3aba3a8

Browse files
authored
add mixBlendMode plus-lighter (#5050)
1 parent b9bec38 commit 3aba3a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/view-style-props.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,11 @@ For more granular control over what should be blending together see [isolation](
417417
- `saturation`: Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color.
418418
- `color`: Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color. This preserves the gray levels of the backdrop and is useful for coloring monochrome images or tinting color images.
419419
- `luminosity`: Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color. This produces an inverse effect to that of the Color mode.
420+
- `plus-lighter`: Adds the source and destination color channels, clamping each at maximum value.
420421

421-
| Type |
422-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
423-
| enum(`'normal'`, `'multiply'`, `'screen'`, `'overlay'`, `'darken'`, `'lighten'`, `'color-dodge'`, `'color-burn'`, `'hard-light'`, `'soft-light'`, `'difference'`, `'exclusion'`, `'hue'`, `'saturation'`, `'color'`, `'luminosity'`) |
422+
| Type |
423+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
424+
| enum(`'normal'`, `'multiply'`, `'screen'`, `'overlay'`, `'darken'`, `'lighten'`, `'color-dodge'`, `'color-burn'`, `'hard-light'`, `'soft-light'`, `'difference'`, `'exclusion'`, `'hue'`, `'saturation'`, `'color'`, `'luminosity'`, `'plus-lighter'`) |
424425

425426
---
426427

0 commit comments

Comments
 (0)