class ColorRamp extends Serializable

A ColorRamp represents a sequence of RGBA color values

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColorRamp
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColorRamp(colors: Vector[Int])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val colors: Vector[Int]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def numStops: Int
  17. def setAlpha(alphaPct: Double): ColorRamp

    Set a uniform alpha value for all contained colors

  18. def setAlpha(a: Int): ColorRamp

    Set a uniform alpha value for all contained colors

  19. def setAlphaGradient(start: Int = 0, stop: Int = 0xFF): ColorRamp

    Transform this instances colors such that the transformed colors sit along an alpha gradient.

    Transform this instances colors such that the transformed colors sit along an alpha gradient.

    start

    An integer whose last two bytes are the alpha value at the start of the gradient (default 0)

    stop

    An integer whose last two bytes are the alpha value at the end of the gradient (default 255)

  20. def stops(requestedNumStops: Int): ColorRamp
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toColorMap(histogram: histogram.Histogram[Double], options: Options)(implicit d: DummyImplicit): ColorMap
  23. def toColorMap(histogram: histogram.Histogram[Double])(implicit d: DummyImplicit): ColorMap
  24. def toColorMap(histogram: histogram.Histogram[Int], options: Options): ColorMap
  25. def toColorMap(histogram: histogram.Histogram[Int]): ColorMap
  26. def toColorMap(breaks: Vector[Double], options: Options)(implicit d: DummyImplicit): ColorMap
  27. def toColorMap(breaks: Vector[Double])(implicit d: DummyImplicit): ColorMap
  28. def toColorMap(breaks: Array[Double], options: Options)(implicit d: DummyImplicit): ColorMap
  29. def toColorMap(breaks: Array[Double])(implicit d: DummyImplicit): ColorMap
  30. def toColorMap(breaks: Vector[Int], options: Options): ColorMap
  31. def toColorMap(breaks: Vector[Int]): ColorMap
  32. def toColorMap(breaks: Array[Int], options: Options): ColorMap
  33. def toColorMap(breaks: Array[Int]): ColorMap

    Overloads for creating a ColorMap from a color ramp, for convenience.

    Overloads for creating a ColorMap from a color ramp, for convenience. Try to keep parity with ColorMap object creations

  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped