IMAGE_PROC_D void (__cdecl * plotalpha)(Image pi, S_32 x, S_32 y, CDATA c);
Parameters |
Description |
Image |
The image to get the pixel from |
X |
x coordinate to get pixel color |
Y |
y coordinate to get pixel color |
Color |
color to put at the coordinate. Alpha blending will be done. |
A function pointer to the function which sets a pixel in an image at a specified x, y coordinate.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|