Marc,
I extracted the parts only showing the basic colors
Do You still need the < brightness - adjustment > ?On the left hand side a collector ( brands ) to define colorgroups.
I still have to work on the first browser where it is possible to collect colors.
All the rest like gradient defines is not included.
I think that comes closer to the solution You need
The < brand > dbf
40/50 brands
AADD(DBFARRAY, { "BRAND", "C", 10, 0 }) // size ?
AADD(DBFARRAY, { "COLOR1", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR2", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR3", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR4", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR5", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR6", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR7", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR8", "C", 6, 0 })
AADD(DBFARRAY, { "COLOR9", "C", 6, 0 })
...
...
...
how many colors ?
regards
Uwe