A
B
C
D
G
I
L
O
P
R
S
I
- ImageBySource(Object,Modifier,Alignment,ContentScale,String,ColorFilter,Float) - function in com.skydoves.landscapist.ImageWithSource
- Draw image using a drawable source one of ImageBitmap, ImageVector, or Painter.
- ImageLoad - class in com.skydoves.landscapist
- ImageLoad(T,SuspendFunction0,Modifier,Function2) - function in com.skydoves.landscapist.ImageLoad
- A common image loading model for fetching an image asynchronously and run composable for displaying the image.
- ImageLoadState - class in com.skydoves.landscapist
- FrescoImageState is a common interface of the image requesting states.
- ImageLoadState.Failure - class in com.skydoves.landscapist.ImageLoadState
- Request failed.
- ImageLoadState.Loading - class in com.skydoves.landscapist.ImageLoadState
- Request is currently in progress.
- ImageLoadState.None - class in com.skydoves.landscapist.ImageLoadState
- Request not started.
- ImageLoadState.Success - class in com.skydoves.landscapist.ImageLoadState
- Request is completed successfully and ready to use an ImageBitmap.
- ImageWithSource - class in com.skydoves.landscapist
- intercept(Palette.Builder) - function in com.skydoves.landscapist.palette.PaletteBuilderInterceptor
- Invoked when before loading palette.