ColorFDivision Operator

Divides a ColorF by the given scalar.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public static ColorF operator /(
	ColorF left,
	float right
)

Parameters

left  ColorF
The source color.
right  Single
The scalar value.

Return Value

ColorF
The result of the division.

See Also