Saturday, August 13, 2011

Design an algorithm/pseudocode to create a colour based on a unique set of 5 numbers.?

I have up-to 5 close range numbers, could be eg: 0003676,0003700,0003824,0004871,0005509. When these set of numbers arise I want the output to be a unique colour in RGB(r=36,r=0,g=254). The numbers could be in any order. The colours produced also should be similar for a similar set of numbers.

No comments:

Post a Comment