comparison Core/Enumerations.h @ 2415:7e217a1cc63f

PixelFormat_Float32
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Oct 2017 22:02:05 +0200
parents 7284093111b0
children 5a7c5c541a1d
comparison
equal deleted inserted replaced
2414:60950e4084ae 2415:7e217a1cc63f
197 * {summary}{Graylevel, floating-point image.} 197 * {summary}{Graylevel, floating-point image.}
198 * {description}{The image is graylevel. Each pixel is floating-point and stored in 4 bytes.} 198 * {description}{The image is graylevel. Each pixel is floating-point and stored in 4 bytes.}
199 **/ 199 **/
200 PixelFormat_Float32 = 6, 200 PixelFormat_Float32 = 6,
201 201
202 // This is the memory layout for Cairo 202 // This is the memory layout for Cairo (internal use)
203 PixelFormat_BGRA32 = 7 203 PixelFormat_BGRA32 = 7,
204
205 /**
206 * {summary}{Graylevel, unsigned 32bpp image.}
207 * {description}{The image is graylevel. Each pixel is unsigned and stored in 4 bytes.}
208 **/
209 PixelFormat_Grayscale32 = 8
204 }; 210 };
205 211
206 212
207 /** 213 /**
208 * {summary}{The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.} 214 * {summary}{The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.}