Click or drag to resize
Ab4d.SharpEngine logo

Color3Subtract(Color3, Color3) Method

Subtracts two colors.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public static Color3 Subtract(
	 in Color3 left,
	 in Color3 right
)

Parameters

left  Color3
The first color to subtract.
right  Color3
The second color to subtract

Return Value

Color3
The difference of the two colors.
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.Color3.Subtract(Ab4d.SharpEngine.Common.Color3@,Ab4d.SharpEngine.Common.Color3@)"]

See Also