Mercurial > hg > octave-max
comparison scripts/image/gray.m @ 14260:1f911333ed3d
doc: Update docstrings for functions in image/ directory
* aspell-octave.en.pws, brighten.m, colormap.m, contrast.m, flag.m, gmap40.m
gray.m, gray2ind.m, hsv2rgb.m, image.m, ind2gray.m, ind2rgb.m, ntsc2rgb.m,
ocean.m, rgb2hsv.m, rgb2ind.m, rgb2ntsc.m: Update docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 24 Jan 2012 09:51:48 -0800 |
parents | 11949c9795a0 |
children | f205d0074687 |
comparison
equal
deleted
inserted
replaced
14258:08779abcb640 | 14260:1f911333ed3d |
---|---|
21 ## @deftypefnx {Function File} {@var{map} =} gray (@var{n}) | 21 ## @deftypefnx {Function File} {@var{map} =} gray (@var{n}) |
22 ## Create gray colormap. This colormap varies from black to white with | 22 ## Create gray colormap. This colormap varies from black to white with |
23 ## shades of gray. | 23 ## shades of gray. |
24 ## The argument @var{n} must be a scalar. | 24 ## The argument @var{n} must be a scalar. |
25 ## If unspecified, the length of the current colormap, or 64, is used. | 25 ## If unspecified, the length of the current colormap, or 64, is used. |
26 ## @seealso{colormap} | |
26 ## @end deftypefn | 27 ## @end deftypefn |
27 | 28 |
28 ## Author: Tony Richardson <arichard@stark.cc.oh.us> | 29 ## Author: Tony Richardson <arichard@stark.cc.oh.us> |
29 ## Created: July 1994 | 30 ## Created: July 1994 |
30 ## Adapted-By: jwe | 31 ## Adapted-By: jwe |