geotrellis.raster.render

ColorRamp

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val colors: Vector[Int]

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def numStops: Int

  19. def setAlpha(alphaPct: Double): ColorRamp

    Set a uniform alpha value for all contained colors

  20. def setAlpha(a: Int): ColorRamp

    Set a uniform alpha value for all contained colors

  21. 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)

  22. def stops(requestedNumStops: Int): ColorRamp

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toColorMap(histogram: Histogram[Double], options: Options)(implicit d: DummyImplicit): ColorMap

  25. def toColorMap(histogram: Histogram[Double])(implicit d: DummyImplicit): ColorMap

  26. def toColorMap(histogram: Histogram[Int], options: Options): ColorMap

  27. def toColorMap(histogram: Histogram[Int]): ColorMap

  28. def toColorMap(breaks: Vector[Double], options: Options)(implicit d: DummyImplicit): ColorMap

  29. def toColorMap(breaks: Vector[Double])(implicit d: DummyImplicit): ColorMap

  30. def toColorMap(breaks: Array[Double], options: Options)(implicit d: DummyImplicit): ColorMap

  31. def toColorMap(breaks: Array[Double])(implicit d: DummyImplicit): ColorMap

  32. def toColorMap(breaks: Vector[Int], options: Options): ColorMap

  33. def toColorMap(breaks: Vector[Int]): ColorMap

  34. def toColorMap(breaks: Array[Int], options: Options): ColorMap

  35. 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

  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped