diff Core/Images/ImageProcessing.h @ 2089:7a969f235adf

PixelFormat_BGRA32
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Sep 2016 17:22:41 +0200
parents b1291df2f780
children a3a65de1840f
line wrap: on
line diff
--- a/Core/Images/ImageProcessing.h	Fri Sep 16 12:22:30 2016 +0200
+++ b/Core/Images/ImageProcessing.h	Mon Sep 19 17:22:41 2016 +0200
@@ -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);