Trying to make a health bar with UIGradients, however running into an issue where the UI gradient is appearing a lot dark then it should be:

Trying to make a health bar with UIGradients, however running into an issue where the UI gradient is appearing a lot dark then it should be:
Must be the Gradient’s Parent ImageColor. Set the color to White 0,0,0
Already at white, im assuming you were referring to white but black has the rgb 0,0,0
Does it happen for every image you insert on the ImageLabel? In that case I think you should just pick another image or do some editing on the current one. Since it worked pretty fine on my end.
Yes, I meant 255,255,255
Gradients on Images blend with the image, that’s why the red part is darker. A greyscale image should solve this problem, or simply just a whited out image.
Are there other objects inside the UI? Can you send us the image because it might already have a darker color to begin with.