comparison Core/Enumerations.h @ 2089:7a969f235adf

PixelFormat_BGRA32
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Sep 2016 17:22:41 +0200
parents 08ce34cfacad
children a43708636890
comparison
equal deleted inserted replaced
2088:b9428d5f7eaf 2089:7a969f235adf
193 193
194 /** 194 /**
195 * {summary}{Graylevel, floating-point image.} 195 * {summary}{Graylevel, floating-point image.}
196 * {description}{The image is graylevel. Each pixel is floating-point and stored in 4 bytes.} 196 * {description}{The image is graylevel. Each pixel is floating-point and stored in 4 bytes.}
197 **/ 197 **/
198 PixelFormat_Float32 = 6 198 PixelFormat_Float32 = 6,
199
200 // This is the memory layout for Cairo
201 PixelFormat_BGRA32 = 7
199 }; 202 };
200 203
201 204
202 /** 205 /**
203 * {summary}{The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.} 206 * {summary}{The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.}