Registriert seit: 17. Mai 2007
480 Beiträge
Delphi XE6 Professional
|
Re: Color mixer
24. Mai 2012, 15:25
RGB(255, 0, 0) = HSL(0, 100, 50)
RGB(255, 0, 255) = HSL(300, 100, 50)
add H/S/L values and divide by 2
result HSL(300, 200, 100) = RGB(0, 255, 128)
result is similar to color 3 in sample
Is this good way? Ah, I don't think so
|
|
Zitat
|