object IndexedColorMap extends Serializable

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

Value Members

  1. def fromColorMap(cm: ColorMap): IndexedColorMap

    Flattens the given colormap into an indexed variant, throwing away any defined boundaries.

  2. def fromTiffPalette(tiffPalette: Seq[(Short, Short, Short)]): IndexedColorMap

    Creates an IndexColorMap from sequence of RGB short values.

  3. implicit val indexedColorMapDecoder: Decoder[IndexedColorMap]
  4. implicit val indexedColorMapEncoder: Encoder[IndexedColorMap]
  5. def toTiffPalette(cm: ColorMap): Seq[(Short, Short, Short)]

    Converts a ColorMap to sequence of short triplets in encoding expected by GeoTiff 'Palette' color space.