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
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
greyscale(stops: Int): ColorRamp
Constructs a greyscale ColorRamp with
stops
discrete values. -
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()