diff options
Diffstat (limited to 'include/vcl/animate.hxx')
-rw-r--r-- | include/vcl/animate.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/animate.hxx b/include/vcl/animate.hxx index 640ae95628cd..119499629d36 100644 --- a/include/vcl/animate.hxx +++ b/include/vcl/animate.hxx @@ -144,9 +144,9 @@ public: bool Adjust( short nLuminancePercent, short nContrastPercent, - short nChannelRPercent = 0, - short nChannelGPercent = 0, - short nChannelBPercent = 0, + short nChannelRPercent, + short nChannelGPercent, + short nChannelBPercent, double fGamma = 1.0, bool bInvert = false ); |