ee.Palette.cubeHelix

Creates a palette using cubehelix interpolation. See: D.A. Green 'A colour scheme for the display of astronomical intensity images' (http://astron-soc.in/bulletin/11June/289392011.pdf)
Usage Returns
ee.Palette.cubeHelix( startHue , rotations , saturation , gamma , startLightness , endLightness , endHue ) Palette
Argument Type Details
startHue
Float, default: 0.8 The start hue, normalized [0:1].
rotations
Float, default: -1.5 The number of rotations through the hue space. Negative values correspond to Blue->Red direction.
saturation
Float, default: 1 The saturation scaling factor.
gamma
Float, default: 1 A gamma correction factor. Values less than 1 emphasize low intensity values.
startLightness
Float, default: 0 Controls how light the colors are. Lightness is linearly interpolated between startLightness and endLightness.
endLightness
Float, default: 1
endHue
Float, default: null The ending hue. If specified, the distance between (startHue + rotations) and endHue will be added to rotations to ensure the last color has a hue of endHue.
Create a Mobile Website
View Site in Mobile | Classic
Share by: