Adjustment.Inverted
Extension Method in Adjustment
Declaration
public static Color Inverted(this Color color)Description
Returns the inverse of the color by subtracting the RGB components from 1.
Parameters
| color | The color to get the inverse of. |
Returns
| Color | The inverse of the color. |