[]
Adjusts the contrast of a color.
public static ColorF AdjustContrast(ColorF value, float contrast)
Type | Name | Description |
---|---|---|
ColorF | value | The color whose contrast is to be adjusted. |
float | contrast | The amount by which to adjust the contrast. |
Type | Description |
---|---|
ColorF | The adjusted color. |