Sphere
(Built-in Mathematica Symbol) Sphere[{x, y, z}, r] represents a sphere of radius r centered at (x, y, z). Sphere[{x, y, z}] represents a sphere of radius 1. Sphere[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}, ...
VectorColorFunctionScaling is an option for graphics functions which specifies whether arguments supplied to a vector color function should be scaled to lie between 0 and 1.
PPM
(Mathematica Import/Export Format) MIME type: image/x-portable-pixmap PPM color raster image format. Member of the Portable family of image formats. Related to PBM and PGM. Implements a subset of the PNM ...
SCT
(Mathematica Import/Export Format) Scitex CT format. Raster image file format. Used for pre-press imaging applications. SCT is an acronym for Scitex Continuous Tone. Binary format. Stores images as RGB, CMYK, ...
Beep
(Built-in Mathematica Symbol) Beep[] generates an audible beep when evaluated.
GrayLevel[level] is a graphics directive that specifies the gray-level intensity with which objects that follow should be displayed. GrayLevel[g, a] specifies opacity a.
ItemAspectRatio is an option for GraphicsGrid which specifies the ratio of height to width for the regions in which items are placed in the graphics grid.
LabelStyle is an option for formatting and related constructs that specifies the style to use in displaying their label-like elements.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
Get Coordinates displays the approximate coordinate values of the mouse position.