Icon color
#525
-
I have a SymbolLayer with an icon: SymbolLayer(
id = "location",
source = locationSource,
iconImage = image(
painterResource(id = R.drawable.navigation_24px),
size = DpSize(32.dp, 32.dp),
),
iconColor = const(Color.Red),
) Works, but the icon is rendered purple-ish instead of red. Any ideas? Is this a bug? |
Beta Was this translation helpful? Give feedback.
Answered by
jgillich
Jul 27, 2025
Replies: 1 comment
-
Ah should've read the docs, color only works with SDF icons
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sargunv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah should've read the docs, color only works with SDF icons