点击或拖拽改变大小

ColorSubtraction 运算符

Subtract operator - substracts each channel of the second color from each channel of the first and returns the result

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static Color operator -(
	Color color1,
	Color color2
)

参数

color1
类型:CPF.DrawingColor
The minuend
color2
类型:CPF.DrawingColor
The subtrahend

返回值

类型:Color
Returns the unclamped differnce
参见