RefreshRate is an option to Animate and related functions which specifies the refresh rate for frames in animations.
RemoveAlphaChannel[image] removes all opacity information from image.RemoveAlphaChannel[image, c] removes opacity by blending all pixels with the background color c.
Whitespace represents a sequence of whitespace characters in StringExpression.
Word
(Built-in Mathematica Symbol) Word represents a word in Read, Find, and related functions.
$GeoLocation is a settable global variable that specifies the default geodetic location to use.
Functions for combining lists. Join concatenates any number of lists together. Union combines lists, keeping only distinct elements.
Reading and Writing Mathematica Files External Programs Streams and Low-Level Input and Output
GraphPath[g, start, end] finds a shortest path between vertices start and end in graph g.
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...