diff Orthanc/Core/Images/ImageProcessing.h @ 145:d850500b8ca6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:15:05 +0100
parents 3809121c3290
children 5dc54316d68b
line wrap: on
line diff
--- a/Orthanc/Core/Images/ImageProcessing.h	Fri Sep 16 09:19:10 2016 +0200
+++ b/Orthanc/Core/Images/ImageProcessing.h	Tue Nov 08 10:15:05 2016 +0100
@@ -50,6 +50,12 @@
     static void Set(ImageAccessor& image,
                     int64_t value);
 
+    static void Set(ImageAccessor& image,
+                    uint8_t red,
+                    uint8_t green,
+                    uint8_t blue,
+                    uint8_t alpha);
+
     static void ShiftRight(ImageAccessor& target,
                            unsigned int shift);