Package

com.rasterfoundry.backsplash

color

Permalink

package color

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class BandDataType extends AnyRef

    Permalink
  2. final case class BandGamma(enabled: Boolean, redGamma: Option[Double], greenGamma: Option[Double], blueGamma: Option[Double]) extends ColorCorrection with Product with Serializable

    Permalink
  3. sealed trait ColorCorrection extends AnyRef

    Permalink
  4. trait Implicits extends AnyRef

    Permalink
  5. final case class MultiBandClipping(enabled: Boolean, min: Option[Int], max: Option[Int]) extends ColorCorrection with Product with Serializable

    Permalink
  6. final case class PerBandClipping(enabled: Boolean, redMax: Option[Int], greenMax: Option[Int], blueMax: Option[Int], redMin: Option[Int], greenMin: Option[Int], blueMin: Option[Int]) extends ColorCorrection with Product with Serializable

    Permalink
  7. final case class Saturation(enabled: Boolean, saturation: Option[Double]) extends ColorCorrection with Product with Serializable

    Permalink
  8. final case class SigmoidalContrast(enabled: Boolean, alpha: Option[Double], beta: Option[Double]) extends ColorCorrection with Product with Serializable

    Permalink

Value Members

  1. object BandDataType

    Permalink
  2. object BandGamma extends Serializable

    Permalink
  3. object ColorCorrect extends LazyLogging

    Permalink

    Usage of Approximations.{pow | exp} functions can allow to speed up this function on 10 - 15ms.

    Usage of Approximations.{pow | exp} functions can allow to speed up this function on 10 - 15ms. We can consider these functions usages in case of real performance issues caused by a long color correction.

  4. object ColorRampMosaic extends LazyLogging

    Permalink
  5. object Implicits extends Implicits

    Permalink
  6. object MultiBandClipping extends Serializable

    Permalink
  7. object OgcStyles

    Permalink
  8. object PerBandClipping extends Serializable

    Permalink
  9. object Saturation extends Serializable

    Permalink
  10. object SigmoidalContrast extends Serializable

    Permalink
  11. object SingleBandOptions

    Permalink
  12. package functions

    Permalink

Ungrouped