PColorFDivision Operator

Divides a PColorF 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 PColorF operator /(
	PColorF left,
	float right
)

Parameters

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

Return Value

PColorF
The result of the division.

See Also