diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-04-03 20:12:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-04-03 20:32:21 +0200 |
commit | c2cc3e696e27f3ab218c56e90065f5c102ae50b6 (patch) | |
tree | b4432e3bd7523764865bdaa89d4cc413db931a42 /include/basegfx | |
parent | f8016f45ea6d43c8b7a981d364e0df26feec3eb1 (diff) |
Fix typo
Change-Id: I49fe9dbdc11291c02be1dd5e41171a987d896008
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149997
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/utils/gradienttools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/utils/gradienttools.hxx b/include/basegfx/utils/gradienttools.hxx index dfa1f35b38c4..ea1802c291f8 100644 --- a/include/basegfx/utils/gradienttools.hxx +++ b/include/basegfx/utils/gradienttools.hxx @@ -202,7 +202,7 @@ namespace basegfx The intensity values fStartIntensity, fEndIntensity are in the range of [0.0 .. 1.0] and describe how much the blend is supposed to be done at the start color position - and the end color position resprectively, where 0.0 means + and the end color position respectively, where 0.0 means to fully use the given BlendColor, 1.0 means to not change the existing color in the ColorStop. Every color entry in the given ColorStop is blended |