ee.Image.randomVisualizer

Creates a visualization image by assigning a random color to each unique value of the pixels of the first band. The first three bands of the output image will contain 8-bit R, G and B values, followed by all bands of the input image.

UsageReturns
Image.randomVisualizer()Image
ArgumentTypeDetails
this: imageImageImage with at least one band.