Sack Library Documentation
|
#define BlotImageMultiShadedSized( pd, ps, xd, yd, xs, ys, ws, hs, r, g, b ) BlotImageSizedEx( pd, ps, xd, yd, xs, ys, ws, hs, TRUE, 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!
|