y 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
y
Original Machine Code (in OPER resource) of Filter Factory 3.0 and 3.0.4 for Photoshop/Win32
8B 47 4C | mov eax,[edi+$4c] (y) | res = y; |
50 | push eax | return res; |