|
Nebula
|
#include <image.h>
Classes | |
| union | ImageData |
Public Attributes | |
| SizeT | width |
| SizeT | height |
| SizeT | channels |
| ImageChannelPrimitive | primitive |
| PixelFormat::Code | format |
| uint8_t | redOffset |
| uint8_t | greenOffset |
| uint8_t | blueOffset |
| uint8_t | alphaOffset |
| union CoreGraphics::ImageLoadInfo::ImageData | data |
| uint8_t CoreGraphics::ImageLoadInfo::alphaOffset |
| uint8_t CoreGraphics::ImageLoadInfo::blueOffset |
| SizeT CoreGraphics::ImageLoadInfo::channels |
| union CoreGraphics::ImageLoadInfo::ImageData CoreGraphics::ImageLoadInfo::data |
| PixelFormat::Code CoreGraphics::ImageLoadInfo::format |
| uint8_t CoreGraphics::ImageLoadInfo::greenOffset |
| SizeT CoreGraphics::ImageLoadInfo::height |
| ImageChannelPrimitive CoreGraphics::ImageLoadInfo::primitive |
| uint8_t CoreGraphics::ImageLoadInfo::redOffset |
| SizeT CoreGraphics::ImageLoadInfo::width |