Adjustment.Complement
Extension Method in Adjustment
Declaration
public static Color Complement(this Color color)Description
Returns the complement of the color by shifting the hue 180°.
Parameters
| color | The color to get the complement of. |
Returns
| Color | The complement of the color. |