Go to the source code of this file.
Classes | |
| class | cinder::SurfaceConstraintsGdiPlus |
Namespaces | |
| namespace | Gdiplus |
| namespace | cinder |
| namespace | cinder::msw |
Typedefs | |
| typedef INT | Gdiplus::PixelFormat |
Functions | |
| Surface8u | cinder::msw::convertGdiplusBitmap (Gdiplus::Bitmap &bitmap, bool premultiplied) |
| Gdiplus::PixelFormat | cinder::msw::surfaceChannelOrderToGdiplusPixelFormat (const SurfaceChannelOrder &sco, bool premultiplied) |
| Translates a cinder::SurfaceChannelOrder into a Gdiplus::PixelFormat Supports BGR, BGRX, BGRA. Returns PixelFormatUndefined on failure. | |
| Gdiplus::Bitmap * | cinder::msw::createGdiplusBitmap (const Surface8u &surface, bool premultiplied) |