X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcolorcurve.h;h=74a19d04bc916878635d23dcaf24708be6989d36;hb=6924ea10c4111b11eab51f0e1aa5b4a6438da7d3;hp=82a8526f2f113a91bec2e7217719825b1d6ea311;hpb=9a54442d865974ac8785988e7e740480e72ab24c;p=libs%2Fgl.git 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.