Skip to content

Commit

Permalink
add missed blend mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Feb 7, 2024
1 parent 85cf79d commit ed7e1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/manuals/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Blend mode
- `Alpha` alpha blends the pixel values of the node with the background. This corresponds to "Normal" blend mode in graphics software.
- `Add` adds the pixel values of the node with the background. This corresponds to "Linear dodge" in some graphics software.
- `Multiply` multiplies the pixel values of the node with the background.
- `Scren` inversely multiplies the pixel values of the node with the background. This corresponds to "Screen" blend mode in graphics software.

Pivot
: Sets the pivot point for the node. This can be seen as the "center point" of the node. Any rotation, scaling or size change will happen around this point.
Expand Down

0 comments on commit ed7e1da

Please sign in to comment.