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
/
HctSolver
Hct
Solver
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
open
class
HctSolver
A class that solves the HCT equation.
Members
Functions
solve
To
Cam
Link copied to clipboard
open
fun
solveToCam
(
hueDegrees
:
Double
,
chroma
:
Double
,
lstar
:
Double
)
:
Cam16
Finds an sRGB color with the given hue, chroma, and L*, if possible.
solve
To
Int
Link copied to clipboard
open
fun
solveToInt
(
hueDegrees
:
Double
,
chroma
:
Double
,
lstar
:
Double
)
:
Int
Finds an sRGB color with the given hue, chroma, and L*, if possible.