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
Predefined Variables - Quaternion
Predefined Variables - Attractor
e
FieldOfView
formulaWeightStart
formulaWeight
height
hiddenPixel
index
maxiter
numiter
numTrafos
pi
pixelcolor
randomrange
screenmax
trafoWeight
trafoColor
width
z
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 - hiddenPixel

Name: hiddenPixel

Type: bool

Read/Write: Read/Write

Context: Transformation, Coloring

Description:

Sometimes the resulting point of a transformation should not be drawn (for any reason). In that case you may want to set hiddenPixel to true in order to not draw that point. The only effect is that the point is not drawn, but it is not modified in any way. The property can be used to "hide" some areas of the object. The property is automatically reset to false, so you only need to set it to true in case you want to hide a specific pixel. The next pixel then will be drawn again unless you again set it to false.