#define BlotImageMultiShaded( pd, ps, xd, yd, r, g, b ) BlotImageEx( pd, ps, xd, yd, ALPHA_TRANSPARENT, BLOT_MULTISHADE, r, g, b )
|
Parameters |
Description |
|
Destination | |
|
Source | |
|
X |
Location to copy to Location to copy to |
|
Y |
Location to copy to 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 | |
|
r |
Red channel color |
|
g |
Green channel color |
|
b |
Blue channel color |
Copy one image to another at the specified coordinate in the destination. Scale RGB channels to specified colors.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|