GodotSharpAPI
GodotSharpAPI
Godot
Color Structure
Color Methods
Blend Method
Color8 Method
ColorN Method
Contrasted Method
Darkened Method
Equals Method
FromHsv Method
GetHashCode Method
Inverted Method
IsEqualApprox Method
Lightened Method
LinearInterpolate Method
ToAbgr32 Method
ToAbgr64 Method
ToArgb32 Method
ToArgb64 Method
ToHsv Method
ToHtml Method
ToRgba32 Method
ToRgba64 Method
ToString Method
Color
Inverted Method
Returns the inverted color: `(1 - r, 1 - g, 1 - b, a)`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
Copy
public
Color
Inverted
()
Return Value
Type:
Color
The inverted color.
See Also
Reference
Color Structure
Godot Namespace