From 279f17ac0e1b3d019c2b294098e834d249376686 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 4 Jun 2019 20:49:16 -0400 Subject: Update chickadee manual. --- manuals/chickadee/Blending.html | 137 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 manuals/chickadee/Blending.html (limited to 'manuals/chickadee/Blending.html') diff --git a/manuals/chickadee/Blending.html b/manuals/chickadee/Blending.html new file mode 100644 index 0000000..6b3aa0d --- /dev/null +++ b/manuals/chickadee/Blending.html @@ -0,0 +1,137 @@ + + + + + + +Blending (The Chickadee Game Toolkit) + + + + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: Graphics   [Contents][Index]

+
+
+ +

2.3.7 Blending

+ +

Rendering a scene often involves drawing layers of objects that +overlap each other. Blending determines how two overlapping pixels +are combined in the final image that is rendered to the screen. +Chickadee provides the following blend modes: +

+ + + + + + + -- cgit v1.2.3