prismsdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
prismsdk
prismsdk
/
tech.prismlabs.prismsdk.ui.resources
/
Images
Images
object
Images
Members
Types
Category
Link copied to clipboard
enum
Category
:
Enum
<
Images.Category
>
Default
Images
Link copied to clipboard
enum
DefaultImages
:
Enum
<
Images.DefaultImages
>
Filled
Images
Link copied to clipboard
enum
FilledImages
:
Enum
<
Images.FilledImages
>
Outlined
Images
Link copied to clipboard
enum
OutlinedImages
:
Enum
<
Images.OutlinedImages
>
Properties
default
Image
Mappings
Link copied to clipboard
var
defaultImageMappings
:
Map
<
Images.Category
,
Map
<
String
,
Int
>
>
other
Images
Link copied to clipboard
var
otherImages
:
Map
<
String
,
@
Composable
(
)
->
Painter
>
Functions
get
Painter
Link copied to clipboard
@
Composable
fun
getPainter
(
category
:
Images.Category
,
imageKey
:
String
)
:
Painter