computeRandomColor

open fun computeRandomColor(color: Int): Int

Computes a random color given an integer. Algorithm to compute the random color can be found in https://developers.google.com/kml/documentation/kmlreference#colormode

Return

Integer representing a random color

Parameters

color

Color represented as an integer