Longkong.ColorPicker.Controls.ColorSpace.ResetComponents C# (CSharp) 메소드

ResetComponents() 개인적인 메소드

Sets the selected property of the color space components to false.
private ResetComponents ( ) : void
리턴 void
        internal void ResetComponents()
        {
            foreach( ColorSpaceComponent csc in m_colorSpaceComponents ) {
                csc.Selected = false;
            }
        }