SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.color.utilities
/
PointProvider
Point
Provider
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
interface
PointProvider
An interface to allow use of different color spaces by quantizers.
Inheritors
PointProviderLab
Members
Functions
distance
Link copied to clipboard
abstract
fun
distance
(
a
:
Array
<
Double
>
,
b
:
Array
<
Double
>
)
:
Double
from
Int
Link copied to clipboard
abstract
fun
fromInt
(
argb
:
Int
)
:
Array
<
Double
>
to
Int
Link copied to clipboard
abstract
fun
toInt
(
point
:
Array
<
Double
>
)
:
Int