This site requires javascript.
Android Code Search
file:androidx/core/graphics/Color.kt function:component3
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
core/core-ktx/src/main/java/androidx/core/graphics/
Color.kt
content_copy
Preview
56:
57:
58:
*/
@RequiresApi(
26
)
public
inline
operator
fun
Color.
component3
(): Float = getComponent(
2
)
161:
162:
163:
*/
public
inline
operator
fun
@
receiver
:ColorInt Int.
component3
(): Int = (this shr
8
) and
0xff
232:
233:
234:
@RequiresApi(
26
)
public
inline
operator
fun
@
receiver
:ColorLong Long.
component3
(): Float = Color.blue(this)
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main