Share via


ColorOperator.Add Method ()

Adds two color values together to create a new color value.

Overload List

public static Color Add(Color, Color);
public static ColorValue Add(ColorValue, ColorValue);
public static int Add(int, int);

See Also