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