While working with the Contacts extension by @DeveloperLeo and Dynamic components by @yusufcihan , I forgot to change the background color of Button to Text, and after indexing all the value of number to each button I got the unexpected and beautiful result.
There were some colors which I wanted to create but was unable to create in Kodular.
I know I can use color utilities component. It got generated accidentally.
The number list is a contact number of many person so I can’t show it. I am sorry.
Well, you can try the contact number saved in your phone to generate these colors.
It seems that colors here are represented/generated with some kind of number combination. I don’t have much idea about this but when you Do It on any color block, you see this number combination. For example
Ya but what exactly this number combination called? I know, that color can be generated with RGB, Hex, etc. But is there any other pattern/combination (like described in my above reply’s screenshot) that I am missing out?
The mobile number which I had in my contacts has a total of 12 digits (including code +91). So maybe, the color are being generated using those digits.
12 digits can be divided into 4 parts. Suppose a number, 911234567890. We can divide it as (911) (234) (567) (890). It may happen that app is considering R = 911, G = 234, B = 567, Alpha = 890 and hence these colors are being produced.