private void OnEnable()
        {
            thisTarget = (VintageSutro)target;

              this.Help = "Sutro gives you Sepia-like tones, with an emphasis on purple and brown.";
        }
Example #2
0
        private void OnEnable()
        {
            thisTarget = (VintageSutro)target;

            this.Help = "Sutro gives you Sepia-like tones, with an emphasis on purple and brown.";
        }