ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.
Extension is an option for various polynomial and algebraic functions that specifies generators for the algebraic number field to be used.
FontSubstitutions is an option for Style and Cell that gives a list of substitutions to try for font family names.
FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered.
GaussianFilter[image, r] filters image by convolving with a Gaussian kernel of pixel radius r.GaussianFilter[image, r, {n_1, n_2}] convolves image with a kernel formed from ...
GeneratedParameters is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.
GradientFilter[image, r] gives an image corresponding to the magnitude of the gradient of image, computed using discrete derivatives of a Gaussian of pixel radius ...
ImageApply[f, image] applies the function f to the list of channel values for each pixel in image.
ImageFilter[f, image, r] applies the function f to the range r neighborhood of each pixel in each channel of image.