Mobile app version of vmapp.org
Login or Join
Marchetta832

: At what point do users notice the gradient change in colors? A clipping mask rectangle that is 50px in height is showing a region of a gradient 5000px rectangle, as seen in the image. I

@Marchetta832

Posted in: #Color #Gradient

A clipping mask rectangle that is 50px in height is showing a region of a gradient 5000px rectangle, as seen in the image.


I want the user to see the same color, or at least not notice the difference, of a gradient, through the window.
It'll be a linear gradient from red to black.
The clipping mask height will remain 50px and I cannot change that.
The height of the gradient rectangle is the only thing that can change.


I know that at 5000px, the user will see the same exact color value every 50px (correct me if I'm wrong). However, I want to shorten the height of the gradient rectangle from 5000px down to whatever height it takes for the user to not notice the difference in color within the clipping mask rectangle.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Marchetta832

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh909

A visually smooth gradient is going to change pixel values every 1 or 2 pixels.

The greatness, or how drastic that pixel change is (gradient frequency) depends upon the length of the gradient. A long gradient with a minimal color change from start to stop will result in more banding and sharper color changes, resulting in larger areas of similar color - i.e. lower gradient frequency. A shorter gradient with a more drastic color change, will result in a higher gradient frequency.

Unless your gradient has significant banding in it there will not be a point where the color looks solid.

In addition, human perception varies from human to human. Some users may pick up on color/value changes more easily than other users. It is very difficult to state what works in any sort on absolute fashion just due to how the human eye works. The best you can do is configure things which look appropriate to you based upon your perception.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme