Remove color override?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mateusak
:warning: Old Version Published before Godot 3 was released.

The docs says how to clear the override for everything but color and shader. Is it possible?

:bust_in_silhouette: Reply From: Zylann

When looking at the code of Control, I don’t see any way of doing that through methods…
but I think you can do it with by setting some of these well hidden properties:

control.set("custom_shaders/<name>", null)
control.set("custom_colors/<name>", null)