ColorIsEqualApprox Method |
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool IsEqualApprox(
Color other
)
Parameters
- other
- Type: GodotColor
The other color to compare.
Return Value
Type:
BooleanWhether or not the colors are approximately equal.
See Also