Skip to content

Commit e341ce6

Browse files
committed
lumin doc
1 parent 7c3003e commit e341ce6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

colourscale.m

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
%
2121
% COLOURSCALE(...,'chroma',C)
2222
% 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).
2630
%
2731
% COLOURSCALE(...,'lumin',{[l_1 L_1] [l_2 L_2] ... [l_M L_M]})
2832
% For N colours, use [l_N L_N] as the range for lumin values to vary over.

0 commit comments

Comments
 (0)