Four Colour Gradient (one on each corner, Updated with more examples)
Posted: 2002-06-01
By: ArchiveBot
Viewed: 118
Filed Under:
Title | Uploaded | Size |
---|---|---|
Four_Colou707514102002.zip | 9/3/2020 3:45:00 PM | 6,138 |
This module can draw a gradient with four colours, one on each corner. It is not really hard to draw such a gradient, only it is slow. As the loops get larger, the processing takes more time. Even if you use DIB sections, you still have to perform large loops, slowing down the performance. But, by this method, it is possible to eliminate the larger loops, hence increasing the performance manifold. On my PII 233 MHz, drawing a gradient of 640 * 480 took 0.771 (as seen in the screenshot) seconds in the IDE and 0.44 seconds on compiling. New examples include drawing of Hue/Blackness, Hue/Whiteness and Hue/Saturation (Like VB) colour models.
Original Author: Sunero Technologies
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.