Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Last active August 27, 2023 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieBarnett/99d9db264b12a52ff5b292a519d0eede to your computer and use it in GitHub Desktop.
Save KatieBarnett/99d9db264b12a52ff5b292a519d0eede to your computer and use it in GitHub Desktop.
val greyScaleFilter = ColorFilter.colorMatrix(ColorMatrix().apply { setToSaturation(0f) })
Image(
painter = painterResource(drawable.rose),
contentDescription = "Scene",
colorFilter = greyScaleFilter,
modifier = Modifier
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment