Add brush width preview.

This commit is contained in:
Alex Hart
2021-09-08 09:48:43 -03:00
committed by Greyson Parrelli
parent f86c1fe508
commit bd4dd25460
4 changed files with 102 additions and 1 deletions

View File

@@ -39,4 +39,4 @@ internal class ImageEditorValues internal constructor(store: KeyValueStore) : Si
fun getHighlighterWidthRange(): Pair<Float, Float> = Pair(0.03f, 0.08f)
fun getBlurWidthRange(): Pair<Float, Float> = Pair(0.052f, 0.092f)
}
}