File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 20
20
%
21
21
% COLOURSCALE(...,'chroma',C)
22
22
% Use chroma C for colour scheme. Chroma appears to be a nonlinear
23
- % parameter with sensible maximum; values around 40 to 100 appear to be
24
- % best, although higher than this produces brighter colours they also
25
- % start clipping what is possible represent in RGB.
23
+ % parameter with sensible maximum; values around 40 (dull) to 100 (bright)
24
+ % appear to be best, although higher than this produces brighter colours
25
+ % they also start clipping what is possible represent in RGB.
26
+ %
27
+ % COLOURSCALE(...,'lumin',[l_N L_N])
28
+ % Use [l_N L_N] as the range for lumin values to vary over. Lumin values
29
+ % can range from 0 (dark/black) to 100 (light).
26
30
%
27
31
% COLOURSCALE(...,'lumin',{[l_1 L_1] [l_2 L_2] ... [l_M L_M]})
28
32
% For N colours, use [l_N L_N] as the range for lumin values to vary over.
You can’t perform that action at this time.
0 commit comments