Click or drag to resize

ColorUtilsBlendAveraged Method

[Missing <summary> documentation for "M:StarfieldUtils.ColorUtils.ColorUtils.BlendAveraged(System.Drawing.Color[],System.Double[])"]

Namespace:  StarfieldUtils.ColorUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Color BlendAveraged(
	Color[] colors,
	double[] weights
)

Parameters

colors
Type: System.DrawingColor

[Missing <param name="colors"/> documentation for "M:StarfieldUtils.ColorUtils.ColorUtils.BlendAveraged(System.Drawing.Color[],System.Double[])"]

weights
Type: SystemDouble

[Missing <param name="weights"/> documentation for "M:StarfieldUtils.ColorUtils.ColorUtils.BlendAveraged(System.Drawing.Color[],System.Double[])"]

Return Value

Type: Color

[Missing <returns> documentation for "M:StarfieldUtils.ColorUtils.ColorUtils.BlendAveraged(System.Drawing.Color[],System.Double[])"]

See Also