LineUtility.Invert(Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inverts the color
public:
[System::Runtime::CompilerServices::Extension]
static UnityEngine::Color Invert(UnityEngine::Color color);
public static UnityEngine.Color Invert (this UnityEngine.Color color);
static member Invert : UnityEngine.Color -> UnityEngine.Color
<Extension()>
Public Function Invert (color As Color) As Color
Parameters
- color
- UnityEngine.Color
Returns
UnityEngine.Color