/// <summary>
    /// Adds all the colors from the images to the colors array
    /// </summary>
    public void GetColorsToMenu()
    {
        Arrays_ScriptableObject newScriptable = (Arrays_ScriptableObject)so.targetObject;

        newScriptable.GetAllColorsFromImages();
        arrays_ScriptableObject = newScriptable;
        OnEnable();
    }