For version 0.7.0.
To top.  Up: ..Shapes..Traits

..Shapes..Traits..BW


Core bindings
BLACK OCCLUDING WHITE

Color constants for the black and white color space.
BLACK
Type:§Gray
Predefined color value.
WHITE
Type:§Gray
Predefined color value.
OCCLUDING
Type:§Gray
Color value with special interpretation. If used as a color, it is the same as WHITE. In a z-sorter (see ..Shapes..Graphics3D..newZSorter), however, this color causes the surface not to be drawn at all.
This is useful when one wants to draw a picture where lines are drawn on a surface, and one is not interested in filling the surface with any color, but the surface is needed never the less to occlude lines. Not filling the surface with any color allows the lines to be drawn on any background, and will also generate an output with much smaller memory footprint.
Note that a z-buffer always draws all visible line segments on top of the filled areas.
Get Shapes at SourceForge.net. Fast, secure and Free Open Source software downloads