Talk:GetResultingColor: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Created page with "This function is wrong. Mixing (0,0,0,255) with (255,255,255,128) would obviously result in (64,64,64,255), not the values that your function returns. --~~~~")
 
mNo edit summary
Line 1: Line 1:
This function is wrong. Mixing (0,0,0,255) with (255,255,255,128) would obviously result in (64,64,64,255), not the values that your function returns. --[[User:Wielebny|Wielebny]] 14:01, 26 January 2013 (UTC)
This function is wrong. Mixing (0,0,0,255) with (255,255,255,128) would obviously result in (64,64,64,255), not the values that your function returns. --[[User:Wielebny|Wielebny]] 14:01, 26 January 2013 (UTC)
I don't know where you got your so obvious result... The return values are correct.--[[User:Guix|Guix]] 20:47, 26 January 2013 (UTC)

Revision as of 20:47, 26 January 2013

This function is wrong. Mixing (0,0,0,255) with (255,255,255,128) would obviously result in (64,64,64,255), not the values that your function returns. --Wielebny 14:01, 26 January 2013 (UTC)

I don't know where you got your so obvious result... The return values are correct.--Guix 20:47, 26 January 2013 (UTC)