Baka_MPlayer.Controls.ColorSlider.ColorSlider C# (CSharp) Method

ColorSlider() public method

Initializes a new instance of the ColorSlider class.
public ColorSlider ( ) : System
return System
        public ColorSlider()
            : this(0, 100, 50)
        {
        }

Same methods

ColorSlider::ColorSlider ( int min, int max, int value ) : System