i want to display all possible colors on a form (i am using timer with 500 interval).
what logic should be there to display all possible color (i want to display colors which are more closer to each other like red to pink not just red to black). color should be changed every half second with its closet matching color value.
and i don't know the how to implement logic.
how to use color value(0 to 255 ) for red , green , blue so that it looks that color change to its closest matching color value.
i hope that you underatnd what i want to do .