object ColorRamps extends MatplotLibColorRamps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColorRamps
- MatplotLibColorRamps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
BlueToOrange: ColorRamp
Blue to orange color ramp.
-
final
def
BlueToRed: ColorRamp
Blue to red color ramp.
-
final
def
ClassificationBoldLandUse: ColorRamp
Bold Land Use color ramp, for use in land use classification.
-
final
def
ClassificationMutedTerrain: ColorRamp
Muted terrain color ramp, for use in classification.
-
final
def
GreenToRedOrange: ColorRamp
Green to red-orange color ramp.
-
final
def
HeatmapBlueToYellowToRedSpectrum: ColorRamp
Blue to yellow to red spectrum color ramp, for use in heatmaps.
-
final
def
HeatmapDarkRedToYellowWhite: ColorRamp
Dark red to yellow white color ramp, for use in heatmaps.
-
final
def
HeatmapLightPurpleToDarkPurpleToWhite: ColorRamp
Light purple to dark purple to white, for use in heatmaps.
-
final
def
HeatmapYellowToRed: ColorRamp
Yellow to red color ramp, for use in heatmaps.
-
final
val
Inferno: ColorRamp
- Definition Classes
- MatplotLibColorRamps
-
final
def
LightToDarkGreen: ColorRamp
Light to dark (green) color ramp.
-
final
def
LightToDarkSunset: ColorRamp
Light to dark (sunset) color ramp.
-
final
def
LightYellowToOrange: ColorRamp
Light yellow to orange color ramp.
-
final
def
Magma: ColorRamp
- Definition Classes
- MatplotLibColorRamps
-
final
val
Plasma: ColorRamp
- Definition Classes
- MatplotLibColorRamps
-
final
val
Viridis: ColorRamp
- Definition Classes
- MatplotLibColorRamps
-
def
greyscale(stops: Int): ColorRamp
Constructs a greyscale ColorRamp with
stops
discrete values.