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

              this.Help = @"Controls the brightness, contrast and gamma.";
        }
Esempio n. 2
0
        private void OnEnable()
        {
            thisTarget = (VintageExtrasBrightnessContrastGamma)target;

            this.Help = @"Controls the brightness, contrast and gamma.";
        }