I have created a Panel , and changed the color to completely red, but then how come it look a lot darker? How can I make it so the Panel will have the color exactly as I input on modulate or self-modulate? Or must I do it some other way?
I think use either modulate or self_modulate, but not both. I bet they’re stacking.
modulate does the thing and its children. self_modulate only does the thing itself. But if you use both, I imagine it applies both, which means you’ll get a dimming effect.
Changing the modulate color on a black panel won’t give you pure red, it only works correctly if the base color is white. Also, I don’t think using both modulate and self_modulate makes much of a difference, whether you use one or both, the result should be the same in this case.