mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 09:08:34 +00:00
Updated Color Corrections (markdown)
parent
3efe2f6ed5
commit
7bf2ae80ea
@ -1,6 +1,6 @@
|
|||||||
Color-Corrections are meant to modify a color in a fixed, predefined way.
|
Color-Corrections are meant to modify a color in a fixed, predefined way.
|
||||||
|
|
||||||
A good example and the only predefined Color-Correction in CUE.NET is the [gamma correction](https://en.wikipedia.org/wiki/Gamma_correction) (often configurable in games).
|
A good example and the only predefined Color-Correction in CUE.NET is the [gamma correction](https://en.wikipedia.org/wiki/Gamma_correction) (often configurable in games).
|
||||||
|
|
||||||
Applying a color-correction to a brush is straight forward and might look like this:
|
Applying a color-correction to a brush is straight forward and might look like this:
|
||||||
```C#
|
```C#
|
||||||
IColorCorrection gammaCorrection = new GammaCorrection(2);
|
IColorCorrection gammaCorrection = new GammaCorrection(2);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user