CodeBase - Blend Bitmap Function

Return to the CodeBase listing

Category: Bitmap

Version: 1.0

0
0

Information

Uploaded: 10th Jan 2004 08:58

Modified: 28th Jan 2004 16:00

Author:  Hamish McHaggis

Summary

Blends two bitmaps together and outputs on a specified bitmap using a blend (alpha) value.

Full Description

Blends to bitmaps together and outputs on a specified bitmap using a blend (alpha) value. Please make sure that the input bitmaps are the same size, and that the output bitmap is the same size, or bigger than the input bitmaps. A blend value of 0 will have all bitmap 1 and no bitmap 2, a blend value of 255 will have all bitmap 2 and no bitmap 1. A blend value of 127 will have 1/2 bitmap 1 and 1/2 bitmap 2. Please acknowledge me if you use in your code.

Comments

No comments yet.