ImageButtons have a white tint

The Former is an ImageLabel, the latter is an ImageButton. They are exactly the same (properties and image ID) except for their object class. Yet, the ImageButton creates a white tint over the image. Messing with ImageColor3 yields no constructive results.

Would you mind uploading that as a model?

I’m pretty sure you have to turn AutoButtonColor off. I know I used to have that issue but I use that method now.

Something I noticed while I was building my plugin’s UI and discovering the many gotchas of ZIndex is that an imagelabel and buttons’ backgrounds have a tendency to be layered incorrectly even though the image is layered correctly. This would result in me forgetting to set the background transparency and then the background would show through when I made the gui through a script. Maybe that’s what’s happening here.

Active is ticked on both?

Right here if it would still be useful.

Right here if it would still be useful.[/quote]
That model only has the ImageButton.

Inactive ImageButtons get a tint to show that they are no longer interactive. Since ImageLabels are not interactive, they don’t get the same tint.

It should at least respect the AutoButtonColor property. It still gets tinted even when the property is false.