Click here to Skip to main content
15,905,071 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Color mixing algorithm Pin
BupeChombaDerrick17-Jun-12 14:22
BupeChombaDerrick17-Jun-12 14:22 
GeneralRe: Color mixing algorithm Pin
Kobi_Z12-Jul-12 21:15
Kobi_Z12-Jul-12 21:15 
AnswerRe: Color mixing algorithm Pin
Luc Pattyn17-Jun-12 8:05
sitebuilderLuc Pattyn17-Jun-12 8:05 
GeneralRe: Color mixing algorithm Pin
Kobi_Z17-Jun-12 9:05
Kobi_Z17-Jun-12 9:05 
GeneralRe: Color mixing algorithm Pin
Luc Pattyn17-Jun-12 9:10
sitebuilderLuc Pattyn17-Jun-12 9:10 
GeneralRe: Color mixing algorithm Pin
BupeChombaDerrick17-Jun-12 13:43
BupeChombaDerrick17-Jun-12 13:43 
GeneralRe: Color mixing algorithm Pin
Kobi_Z26-Jun-12 7:12
Kobi_Z26-Jun-12 7:12 
GeneralRe: Color mixing algorithm Pin
BupeChombaDerrick26-Jun-12 14:22
BupeChombaDerrick26-Jun-12 14:22 
Well knowing the reason why 0.9 and 0.1 are constants might have been fun. Because colors can be mixed in any proportion a,b such that new_color = floor(a*X) + floor(b*Y) where a + b = 1. But in your case it seems the colors are forced to be mixed in 0.9 and 0.1 proportions which means that the order of mixing becomes important, So you are looking for the order in which one can mix basic colors in 0.9 and 0.1 proportions, I must say that there might be no ways of solving it other than a brute force search method, the truncation operation "floor" further complicates matters when one attempts a mathematical analysis. Cry | :((
“Be at war with your vices, at peace with your neighbors, and let every new year find you a better man or woman.”

AnswerRe: Color mixing algorithm Pin
YvesDaoust18-Jun-12 20:50
YvesDaoust18-Jun-12 20:50 
QuestionAND/OR Graph Search Pin
chipchip_boy25-May-12 21:20
chipchip_boy25-May-12 21:20 
AnswerRe: AND/OR Graph Search PinPopular
Richard MacCutchan25-May-12 23:02
mveRichard MacCutchan25-May-12 23:02 
AnswerRe: AND/OR Graph Search Pin
Amarnath S3-Jun-12 21:48
professionalAmarnath S3-Jun-12 21:48 
Questionalgorithms Pin
gunjan adhikari29-Apr-12 3:21
gunjan adhikari29-Apr-12 3:21 
AnswerRe: algorithms PinPopular
Richard MacCutchan29-Apr-12 4:46
mveRichard MacCutchan29-Apr-12 4:46 
GeneralRe: algorithms Pin
BupeChombaDerrick29-Apr-12 11:58
BupeChombaDerrick29-Apr-12 11:58 
GeneralRe: algorithms Pin
Richard MacCutchan25-May-12 0:56
mveRichard MacCutchan25-May-12 0:56 
AnswerRe: algorithms PinPopular
Luc Pattyn10-May-12 10:49
sitebuilderLuc Pattyn10-May-12 10:49 
JokeRe: algorithms Pin
walterhevedeich10-May-12 15:49
professionalwalterhevedeich10-May-12 15:49 
AnswerRe: algorithms Pin
Luc Pattyn10-May-12 16:20
sitebuilderLuc Pattyn10-May-12 16:20 
JokeRe: algorithms Pin
Paul Conrad31-May-12 12:06
professionalPaul Conrad31-May-12 12:06 
GeneralRe: algorithms Pin
CPallini10-May-12 23:15
mveCPallini10-May-12 23:15 
GeneralRe: algorithms Pin
Pete O'Hanlon11-May-12 0:41
mvePete O'Hanlon11-May-12 0:41 
JokeRe: algorithms Pin
Paul Conrad31-May-12 12:06
professionalPaul Conrad31-May-12 12:06 
AnswerRe: algorithms Pin
Amarnath S3-Jun-12 21:43
professionalAmarnath S3-Jun-12 21:43 
QuestionExtreme Artificial Intelligence Pin
BupeChombaDerrick26-Apr-12 2:44
BupeChombaDerrick26-Apr-12 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.