// Start is called before the first frame update
    void Start()
    {
        brownColor = solid.GetComponent <Renderer>().material.color;
        colorless  = liquid.GetComponent <Renderer>().material.color;

        pattern.SettingActive(solid, liquid, false);
    }