summaryrefslogtreecommitdiff
path: root/macros/whitepoint.sci
blob: 6f5d8af4783df15e78229920fbe6efe32e1e87fd (plain)
1
2
3
4
5
6
7
8
9
10
function[xyz] = whitepoint(input_string)

		out = whitepoint(input_string)
	
	channels = size(out)
	
	for i = 1:channels
		xyz(:,:,1) = out(1)
	end
endfunction