Beatmup
|
An exception to throw if a pixel format is not supported. More...
#include <bitmap_access.h>
Public Member Functions | |
UnsupportedPixelFormat (PixelFormat pf) | |
Public Member Functions inherited from Beatmup::Exception | |
virtual const char * | what () const NOEXCEPT override |
Static Public Member Functions | |
static void | check (AbstractBitmap &bitmap, PixelFormat pf) |
static void | assertMask (AbstractBitmap &bitmap) |
static void | assertFloat (AbstractBitmap &bitmap) |
static void | assertInt (AbstractBitmap &bitmap) |
Additional Inherited Members | |
Protected Member Functions inherited from Beatmup::Exception | |
Exception (const char *message) | |
template<typename ... Args> | |
Exception (const char *message, const Args &... args) | |
An exception to throw if a pixel format is not supported.
Definition at line 890 of file bitmap_access.h.
|
inline |
Definition at line 892 of file bitmap_access.h.
|
static |
Definition at line 28 of file bitmap_access.cpp.
|
static |
Definition at line 34 of file bitmap_access.cpp.
|
static |
Definition at line 40 of file bitmap_access.cpp.
|
static |
Definition at line 46 of file bitmap_access.cpp.