Type: UI Property issue
ISSUE:
When I was designing with my surfaceGui, I just realized that the colors on a surfacegui with AlwaysOnTop
set to true is different from being false.
Example:
notice how the top two colors are easy to see the difference, while the bottom ones are almost identical (this is why i am guessing it is due to saturation)
DETAILS:
These are the colors when AlwaysOnTop
is set to true
- #808080 (RGB: 128, 128, 128) – bottom color of the image
- #333333 (RGB: 51, 51, 51) – top color of the image
These are the colors when AlwaysOnTop
is set to false
- #828282 (RGB: 130, 130, 130) – bottom color of the image
- #202020 (RGB: 32, 32, 32) – top color of the image
Here are the properties of the ui with AlwaysOnTop
set to false:
ATTEMPTS:
My attempts were just how i usually do it. Going to the dev forum, and outside sources (e.g. YouTube). And since I seemed to not find any posts relating to the issue, I decided to make this post.
If there is no solution to this, my temporary/permanent fix would be to eyeball it and recolor it to look close to what the AlwaysOnTop
image looks like.
Thanks!!!@