Adjustment.Grayscaled
Extension Method in Adjustment
Declaration
public static Color Grayscaled(this Color color)
Description
Returns a new instance of the color with zero saturation.
Parameters
color | The color to adjust. |
Returns
Color | A new instance of the color with zero saturation. |