X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcolorcurve.h;h=74a19d04bc916878635d23dcaf24708be6989d36;hp=82a8526f2f113a91bec2e7217719825b1d6ea311;hb=a86623004ba91baef76dac9275e9b79366acce16;hpb=126161d1d44ab9503bc747d24a07b7b9d15e527a diff --git a/source/colorcurve.h b/source/colorcurve.h index 82a8526f..74a19d04 100644 --- a/source/colorcurve.h +++ b/source/colorcurve.h @@ -9,7 +9,7 @@ namespace Msp { namespace GL { /** -Processes oversaturated colors to preserve hues. When one color component +Processes oversaturated colors to preserve hues. When one color component exceeds 1.0, the others are scaled towards white. A transition curve is also applied near 1.0 to prevent the abrupt change in the gradient.