x coordinate of the current pixel.
Note: Both, Filter Factory and Filter Foundry work on the whole canvas, even if some of it is hidden (not cropped). So, x and y are not neccessarily the actual screen coordinates.
Syntax
x
Original Machine Code (in OPER resource) of Filter Factory 3.0 and 3.0.4 for Photoshop/Win32
8B 47 40 | mov eax,[edi+$40] (x) | res = x; |
50 | push eax | return res; |