CPF api文档
CPF api文档
CPF.Drawing
Color 结构
Color 运算符与类型转换
Addition 运算符
Equality 运算符
Implicit 转换运算符
Inequality 运算符
Multiply 运算符
Subtraction 运算符
Color
Subtraction 运算符
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.Drawing
Color
The minuend
color2
类型:
CPF.Drawing
Color
The subtrahend
返回值
类型:
Color
Returns the unclamped differnce
参见
引用
Color 结构
CPF.Drawing 命名空间