Adjustment.Grayscale
Extension Method in Adjustment
Declaration
public static void Grayscale(this ref Color color)Description
Sets the saturation of the color to zero.
Parameters
| color | The color to adjust. |
public static void Grayscale(this ref Color color)Sets the saturation of the color to zero.
| color | The color to adjust. |