MathematicaScript is an interpreter for standalone executable Mathematica scripts.
AbsolutePointSize[d] is a graphics directive which specifies that points which follow are to be shown if possible as circular regions with absolute diameter d.
ArrayDepth[expr] gives the depth to which expr is a full array, with all the parts at a particular level being lists of the same length, or is a SparseArray object.
AutoIndent is an option for Style and Cell that specifies what automatic indentation should be done at the beginning of a new line after an explicit return character has been ...
CellGroupData[{cell_1, cell_2, ...}] is a low-level construct that represents an open group of cells in a notebook. CellGroupData[{cell_1, cell_2, ...}, 1] represents a cell ...
ChoiceDialog[expr] puts up a standard choice dialog that displays expr together with OK and Cancel buttons, and returns True if OK is clicked and False if Cancel is ...
ColorCombine[{image_1, image_2, ...}] creates a multichannel image by combining the sequence of channels in the image_i. ColorCombine[{image_1, image_2, ...}, colorspace] ...
ColorSeparate[image] gives a list of single-channel images corresponding to each of the color channels in image.ColorSeparate[image, colorspace] gives a list of images ...
DefaultButton[] represents an OK button that closes a dialog, and is the default when DynamicBox[ToBoxes[If[$OperatingSystem === "MacOSX", "Return", "Enter"], StandardForm], ...
DistanceTransform[image] gives the distance transform of image, in which the value of each pixel is replaced by its distance to the nearest background ...