object ColorRamps extends MatplotLibColorRamps

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColorRamps
  2. MatplotLibColorRamps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def BlueToOrange: ColorRamp

    Blue to orange color ramp.

  2. final def BlueToRed: ColorRamp

    Blue to red color ramp.

  3. final def ClassificationBoldLandUse: ColorRamp

    Bold Land Use color ramp, for use in land use classification.

  4. final def ClassificationMutedTerrain: ColorRamp

    Muted terrain color ramp, for use in classification.

  5. final def GreenToRedOrange: ColorRamp

    Green to red-orange color ramp.

  6. final def HeatmapBlueToYellowToRedSpectrum: ColorRamp

    Blue to yellow to red spectrum color ramp, for use in heatmaps.

  7. final def HeatmapDarkRedToYellowWhite: ColorRamp

    Dark red to yellow white color ramp, for use in heatmaps.

  8. final def HeatmapLightPurpleToDarkPurpleToWhite: ColorRamp

    Light purple to dark purple to white, for use in heatmaps.

  9. final def HeatmapYellowToRed: ColorRamp

    Yellow to red color ramp, for use in heatmaps.

  10. final val Inferno: ColorRamp
    Definition Classes
    MatplotLibColorRamps
  11. final def LightToDarkGreen: ColorRamp

    Light to dark (green) color ramp.

  12. final def LightToDarkSunset: ColorRamp

    Light to dark (sunset) color ramp.

  13. final def LightYellowToOrange: ColorRamp

    Light yellow to orange color ramp.

  14. final def Magma: ColorRamp
    Definition Classes
    MatplotLibColorRamps
  15. final val Plasma: ColorRamp
    Definition Classes
    MatplotLibColorRamps
  16. final val Viridis: ColorRamp
    Definition Classes
    MatplotLibColorRamps
  17. def greyscale(stops: Int): ColorRamp

    Constructs a greyscale ColorRamp with stops discrete values.