ee.Image.hsvToRgb

Transforms the image from the HSV color space to the RGB color space. Expects a 3 band image in the range [0, 1], and produces three bands: red, green and blue with values in the range [0, 1].

UsageReturns
Image.hsvToRgb()Image
ArgumentTypeDetails
this: imageImageThe image to transform.