NiceColors
=NiceColors(string baseColor, int howMany,
bool skipHash) : array
Purpose
Returns a list of nice colors that looks pretty together. For example a pie chart.
This function is useful when working with Google Chart API.
Example
=StringJoin(",",NiceColors("#aabbcc",5,FALSE))
=>#aabbcc,#c1aacc,#ccaaad,#c8ccaa,#aaccb4
Get help with this function in the community →