Slithy home
You specify the desired visual with a "visual string", which is six numbers separated by slashes:
red bits / green bits / blue bits / alpha bits / depth bits / stencil bitsUsers of modest hardware might want to try "
5/6/5/0/16/4", while those who need an alpha buffer
might use "8/8/8/8/24/8".Slithy looks for such a string in the following places, in order of preference:
-v" option when running any Slithy script.
SLITHY_VISUAL environment variable.
visual= argument to
run_presentation() or test_objects().
- The built-in default, equivalent to "
8/8/8/0/24/8".