case class IndexedPngEncoding(rgbs: Array[Int], as: Array[Int]) extends PngColorEncoding with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexedPngEncoding
- Serializable
- Serializable
- Product
- Equals
- PngColorEncoding
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val as: Array[Int]
-
def
convertColorMap(colorMap: ColorMap): ColorMap
- Definition Classes
- IndexedPngEncoding → PngColorEncoding
-
val
depth: Int
- Definition Classes
- PngColorEncoding
-
val
n: Byte
- Definition Classes
- PngColorEncoding
- val rgbs: Array[Int]