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