Multiplication operator - Multiplies each channel of the color by a coefficient and returns the result
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static Color operator *(
Color color,
float coefficient
)
参数
- color
- 类型:CPF.DrawingColor
The color - coefficient
- 类型:SystemSingle
The coefficient
返回值
类型:
ColorReturns the unclamped product
参见