I'm trying to generate a color palette which has 16 colors. i will display this palette in 4x4 grid.
so i have to find a way to rgb color palette which has 255*255*255 colors divided to 16 colors equally and logically.
i think it's gonna be a mathematical algorithm. because i'm tring to pick 16 vectors from 3x3 matrix which picked in equal scale.