Skip to content

Commit b74ea1f

Browse files
committed
docs
1 parent ed15656 commit b74ea1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

documentation/tutorials/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ foreground = Image.open(THISDIR + "/duck.png")
2222

2323
Blend modes define how the **foreground** interacts with the **background**. Let’s start with the most fundamental mode:
2424

25-
## **Normal**
25+
## Normal
2626

2727
The **Normal** blend mode places the foreground image on top of the background without
2828
any additional blending effects.
@@ -31,6 +31,9 @@ any additional blending effects.
3131
blendLayers(background, foreground, BlendType.NORMAL)
3232
```
3333

34+
![Normal](../../tests/data/case1/normal_expected.png)
35+
36+
3437
Further examples of different blend types using `rainbow.png` and `duck.png` are as below
3538

3639
Note: for other composition examples (without code snippets), check out the [extended blend mode examples](blend_examples.md).

0 commit comments

Comments
 (0)