Create a 3-band image specifically for visualization. This uses the first band in each image.
Returns the combined image.
Usage | Returns |
---|---|
ee.Image.rgb(r, g, b) | Image |
Argument | Type | Details |
---|---|---|
r | Image | The red image. |
g | Image | The green image. |
b | Image | The blue image. |