public virtual void ReplaceTint(Color color)
        {
            Type type = target.GetType();

            NodeEditorWindow.ReplaceTint(type, color);
        }