Skip to content

Commit

Permalink
update: saturation value
Browse files Browse the repository at this point in the history
  • Loading branch information
Colter23 committed Jun 21, 2022
1 parent 38a8a77 commit 37b9f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ data class ImageConfig(
data class ColorGenerator(
val hueStep: Int = 30,
val lockSB: Boolean = true,
val saturation: Float = 0.2f,
val saturation: Float = 0.25f,
val brightness: Float = 1f,
)

Expand Down

0 comments on commit 37b9f7f

Please sign in to comment.