comparison 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
comparison
equal deleted inserted replaced
2088:b9428d5f7eaf 2089:7a969f235adf
48 const ImageAccessor& source); 48 const ImageAccessor& source);
49 49
50 static void Set(ImageAccessor& image, 50 static void Set(ImageAccessor& image,
51 int64_t value); 51 int64_t value);
52 52
53 static void Set(ImageAccessor& image,
54 uint8_t red,
55 uint8_t green,
56 uint8_t blue,
57 uint8_t alpha);
58
53 static void ShiftRight(ImageAccessor& target, 59 static void ShiftRight(ImageAccessor& target,
54 unsigned int shift); 60 unsigned int shift);
55 61
56 static void GetMinMaxValue(int64_t& minValue, 62 static void GetMinMaxValue(int64_t& minValue,
57 int64_t& maxValue, 63 int64_t& maxValue,