ControllerMethod is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies the default way that controls on an external controller device should ...
DeleteBorderComponents[image] replaces connected components adjacent to the border in a binary image image with background pixels.DeleteBorderComponents[m] replaces ...
FieldMasked is an option to InputField that determines whether to mask user input.
FontColor is an option for Style, Cell, and related constructs that specifies the default color in which to render text.
FourierCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier series expansion of expr.FourierCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] gives a ...
FourierCosTransform[expr, t, \[Omega]] gives the symbolic Fourier cosine transform of expr. FourierCosTransform[expr, {t_1, t_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives ...
FourierSinTransform[expr, t, \[Omega]] gives the symbolic Fourier sine transform of expr. FourierSinTransform[expr, {t_1, t_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives the ...
GeoDestination[pos, {d, \[Alpha]}] gives the geodetic position reached by going distance d in azimuthal direction \[Alpha] from pos.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.
ImageDimensions[image] gives the pixel dimensions of the raster associated with an Image object image.