sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.graphics
/
ColorUtils
/
setAlphaComponent
set
Alpha
Component
@
ColorInt
open
fun
setAlphaComponent
(
@
ColorInt
color
:
Int
,
@
IntRange
(
from
=
0
,
to
=
255
)
alpha
:
Int
)
:
Int
(
source
)
Set the alpha component of
color
to be
alpha
.