Adjustment.Invert
Extension Method in Adjustment
Declaration
public static void Invert(this ref Color color)
Description
Inverts the color by subtracting the RGB components from 1.
Parameters
color | The color to invert. |
public static void Invert(this ref Color color)
Inverts the color by subtracting the RGB components from 1.
color | The color to invert. |