hyades.Application.SetBrightness C# (CSharp) Method

SetBrightness() public method

public SetBrightness ( float brightness ) : void
brightness float
return void
        public void SetBrightness(float brightness)
        {
            this.brightness = brightness;
        }