ColorOperator.Modulate Method ()

Blends two colors.

Overload List

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

Remarks

This method blends two colors by multiplying matching color components.