Class/Object

geotrellis.raster.render

ColorRamp

Related Docs: object ColorRamp | package render

Permalink

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])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. def numStops: Int

    Permalink
  17. def setAlpha(alphaPct: Double): ColorRamp

    Permalink

    Set a uniform alpha value for all contained colors

  18. def setAlpha(a: Int): ColorRamp

    Permalink

    Set a uniform alpha value for all contained colors

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

    Permalink

    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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped