ee.Image.rgbToHsv

Transforms the image from the RGB color space to the HSV color space. Expects a 3-band image in the range [0, 1], and produces 3 bands: hue, saturation and value with values in the range [0, 1].

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