| Type | Readable | Writeable | Constant |
| complex | Always, except in global sections | In transformations | No |
This predefined symbol returns the complex coordinates of the pixel currently being calculated. Transformations can change the pixel value based upon its previous value to transform the image.
Example:
complex c = #pixel
See #z for an example on the usage of #pixel.
Note: this predefined symbol is also accessible without the # prefix, for Fractint compatibility.
See Also
#x (predefined symbol)
#y (predefined symbol)
#screenpixel (predefined symbol)