Skip to content

Commit ff44651

Browse files
committed
cleanup label2rgb.m
1 parent 21ff52b commit ff44651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/@Image/label2rgb.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
error('Requires a label image');
2424
end
2525

26-
% default behaviour is shuffled HSV LUT with white BackGround
26+
% default behaviour is shuffled 'JET' LUT with white BackGround
2727
if isempty(varargin)
28-
varargin = {jet(double(max(obj.Data(:)))+1), 'w', 'shuffle'};
28+
varargin = {jet(double(max(obj.Data(:)))), 'w', 'shuffle'};
2929
end
3030

3131
nd = obj.Dimension;

0 commit comments

Comments
 (0)