Content deleted Content added
No edit summary |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 95:
end
local minAntiMagenta =
local maxAntiMagenta = 570
Line 106:
local greenvalue_BLUE
local widthAntiMagenta = maxAntiMagenta - minAntiMagenta
local
local
nm2RGB(
redvalue_RED = redvalue*bias_RED
bluevalue_RED = bluevalue*bias_RED
greenvalue_RED = greenvalue*bias_RED
nm2RGB(
redvalue_BLUE = redvalue*bias_BLUE
bluevalue_BLUE = bluevalue*bias_BLUE
greenvalue_BLUE = greenvalue*bias_BLUE
redvalue = 0.6+ 0.4*(redvalue_RED + redvalue_BLUE)
bluevalue = 0.7 + 0.3*(bluevalue_RED + bluevalue_BLUE)
greenvalue = greenvalue_RED + greenvalue_BLUE
end
|