PointProvider

An interface to allow use of different color spaces by quantizers.

Inheritors

Functions

Link copied to clipboard
abstract fun distance(a: Array<Double>, b: Array<Double>): Double
Link copied to clipboard
abstract fun fromInt(argb: Int): Array<Double>
Link copied to clipboard
abstract fun toInt(point: Array<Double>): Int