legendIconsTintArray

var legendIconsTintArray: IntArray?

If this array is not null it is used to tint icons.

If user wants to assign the same color to all icons, specify a single color literal or reference. FIXME: Because of an unknown bug, when there is a single color, icons after the first one do not get tinted with that single color.

If the array has fewer colors than there are icons, then the colors are used in circular way.