Exemple #1
0
 /// <summary>
 /// Create a <c>GradientColor</c> from an <see cref="AbstractColorPair"/>
 /// </summary>
 /// <remarks>
 /// See <see cref="AbstractColorPair(BaseColorCollection)"/> for more information
 /// </remarks>
 public GradientColor(AbstractColorPair colorPair) : base(colorPair)
 {
 }
		/// <summary>
		/// Create a <c>GradientColor</c> from an <see cref="AbstractColorPair"/>
		/// </summary>
		/// <remarks>
		/// See <see cref="AbstractColorPair(BaseColorCollection)"/> for more information
		/// </remarks>
		public GradientColor(AbstractColorPair colorPair) : base(colorPair) {}