Click or drag to resize

ColorIsEqualApprox Method

Returns true if this color and `other` are approximately equal, by running IsEqualApprox(Single, Single) on each component.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsEqualApprox(
	Color other
)

Parameters

other
Type: GodotColor
The other color to compare.

Return Value

Type: Boolean
Whether or not the colors are approximately equal.
See Also