ColorFSubtraction(ColorF, ColorF) Operator
Subtracts the second color from the first one.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
public static ColorF operator -(
ColorF left,
ColorF right
)
Public Shared Operator - (
left As ColorF,
right As ColorF
) As ColorF
public:
static ColorF operator -(
ColorF left,
ColorF right
)
static let inline (-)
left : ColorF *
right : ColorF : ColorF
- left ColorF
- The first source color.
- right ColorF
- The second source color.
ColorFThe color that results from subtracting
right from
right.