colorResource
Source set: Android
@Composable
@ReadOnlyComposable
fun colorResource(@ColorRes id: Int): Color
Load a color resource.
Parameters
| id | the resource identifier |
Returns
| the color associated with the resource |
Load a color resource.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
@ReadOnlyComposable
fun colorResource(@ColorRes id: Int): Color
Load a color resource.
| id | the resource identifier |
| the color associated with the resource |
Last updated: