#define BlotImageMultiShaded( pd, ps, xd, yd, r, g, b ) BlotImageEx( pd, ps, xd, yd, ALPHA_TRANSPARENT, BLOT_MULTISHADE, r, g, b )
Parameters |
Description |
Destination |
Image to output to |
Source |
Image to copy |
X |
Location to copy to |
Y |
Location to copy to |
X_source |
the left coordinate of the image source |
Y_source |
the top coordinate of the image source |
Width |
How wide to copy the image |
Height |
How wide to copy the image |
color |
color mutiplier to shade the image. |
Copy one image to another at the specified coordinate in the destination. Scale RGB channels to specified colors.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|