/// <summary>
		/// Initializes a new instance of the <see cref="NuGenSmoothColorsFocused"/> class.
		/// </summary>
		public NuGenSmoothColorsFocused()
		{
			_normalColors = new NuGenSmoothColorsNormal();
		}