diff options
Diffstat (limited to 'source/core/StarImageProcessing.hpp')
-rw-r--r-- | source/core/StarImageProcessing.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarImageProcessing.hpp b/source/core/StarImageProcessing.hpp index e2008b8..bcb5936 100644 --- a/source/core/StarImageProcessing.hpp +++ b/source/core/StarImageProcessing.hpp @@ -102,6 +102,7 @@ struct BorderImageOperation { Vec4B startColor; Vec4B endColor; bool outlineOnly; + bool includeTransparent; }; struct ScaleImageOperation { |