Probably a silly question... but is there some way to improve the look of this gradient?
color = Brush.horizontalGradient(
colors = listOf(Color.Red, Color.White, Color.Blue)
)
To me it looks like the middle color in the gradient is showing "less" than the others. Is this just a weird thing about gradients in general, or am I misusing them in compose somehow?