diff --git a/Color-Corrections.md b/Color-Corrections.md index cd04b7c..c96cb66 100644 --- a/Color-Corrections.md +++ b/Color-Corrections.md @@ -1,6 +1,6 @@ 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). + Applying a color-correction to a brush is straight forward and might look like this: ```C# IColorCorrection gammaCorrection = new GammaCorrection(2);