Click or drag to resize

ColorInverted 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#
public Color Inverted()

Return Value

Type: Color
The inverted color.
See Also