File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ foreground = Image.open(THISDIR + "/duck.png")
2222
2323Blend modes define how the ** foreground** interacts with the ** background** . Let’s start with the most fundamental mode:
2424
25- ## ** Normal**
25+ ## Normal
2626
2727The ** Normal** blend mode places the foreground image on top of the background without
2828any additional blending effects.
@@ -31,6 +31,9 @@ any additional blending effects.
3131blendLayers(background, foreground, BlendType.NORMAL )
3232```
3333
34+ ![ Normal] ( ../../tests/data/case1/normal_expected.png )
35+
36+
3437Further examples of different blend types using ` rainbow.png ` and ` duck.png ` are as below
3538
3639Note: for other composition examples (without code snippets), check out the [ extended blend mode examples] ( blend_examples.md ) .
You can’t perform that action at this time.
0 commit comments