This site requires javascript.
Android Code Search
file:androidx/core/graphics/Color.kt function:component1
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
35:
36:
37:
*/
@RequiresApi(
26
)
public
inline
operator
fun
Color.
component1
(): Float = getComponent(
0
)
135:
136:
137:
*/
public
inline
operator
fun
@
receiver
:ColorInt Int.
component1
(): Int = (this shr
24
) and
0xff
208:
209:
210:
@RequiresApi(
26
)
public
inline
operator
fun
@
receiver
:ColorLong Long.
component1
(): Float = Color.red(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