toggle menu
horologist
androidJvm
switch theme
search in API
images-coil
/
com.google.android.horologist.images.coil
Package-level
declarations
Types
Functions
Types
Coil
Paintable
Link copied to clipboard
@
Stable
data
class
CoilPaintable
(
val
model
:
Any
?
,
placeholder
:
Painter
?
=
null
)
:
Paintable
A wrapper around a coil-compatible model that can be represented as a
Painter
.
Fake
Image
Loader
Link copied to clipboard
class
FakeImageLoader
(
imageFn
:
suspend
(
ImageRequest
)
->
ImageResult
)
:
ImageLoader
Functions
remember
Artwork
Color
Link copied to clipboard
@
Composable
fun
rememberArtworkColor
(
artworkUri
:
String
?
,
defaultColor
:
Color
=
MaterialTheme.colors.primary
)
:
State
<
Color
>