ChaosPro Home
Introduction
What's New
Palettes
Using Formulas
Layering in ChaosPro
Rendering
Fractal Parameter Windows
Windows
Menu
3D Transformations
Animations
Formula Compiler
Writing Formulas
Language Reference
Introduction
Basic Syntax
Datatypes
Constants
Variables
Basics
Variable Scope
Predefined Variables
Predefined Variables - Escapetime
alpha
angle
center
corner_lefttop
corner_rightbottom
e
height
index
lastsqr
magn
maxiter
numiter
pi
pixel
pixelcolor
random
randomrange
rotation_center
screenmax
screenpixel
solid
whitesq
width
x
y
z
Predefined Variables - Quaternion
Predefined Variables - Attractor
Parameters
Expressions
Operators
Functions
Control Structures
Compiler Directives
Functions
Interface to ChaosPro
Special Features, Notes...
Compatibility
Fractal Type Reference
Tutorials
Appendix
CHAOSPRO 4.0
Release 4.0
.

Parameters - pixel

Name: pixel

Type: complex

Read/Write: Read+Write

Context: Transformation, Iteration, Coloring

Description:

This variable contains the complex number which corresponds to the pixel which is currently examined.

A transformation normally reads this value and transforms it in some way, i.e. changes its value.

An iteration formula normally only reads this value and calculates the next z value depending on the pixel. But an iteration formula may also change the pixel.

Note:

For Escapetime fractals, the datatype of the predefined variable pixel is complex. If you use Quaternions, then the datatype of the predefined variable is quaternion. See pixel for Quaternions.