This is the complete list of members for Bitmap, including all inherited members.
| empty() const | Bitmap | |
| getColorType() const | Bitmap | |
| getColorValue(int x, int y, nap::EColorChannel channel, RColor< Type > &outValue) const | Bitmap | |
| getColorValue(int x, int y, nap::EColorChannel channel) const | Bitmap | |
| getData() | Bitmap | |
| getData() const | Bitmap | |
| getDescriptor() const | Bitmap | |
| getHeight() const | Bitmap | |
| getNumberOfChannels() const | Bitmap | |
| getPixel(int x, int y, BaseColor &outPixel) const | Bitmap | |
| getPixel(int x, int y) const | Bitmap | |
| getRGBAColor(int x, int y, RGBAColor< Type > &outColor) const | Bitmap | |
| getRGBAColor(int x, int y) const | Bitmap | |
| getRGBColor(int x, int y, RGBColor< Type > &outColor) const | Bitmap | |
| getRGBColor(int x, int y) const | Bitmap | |
| getSizeInBytes() const | Bitmap | |
| getWidth() const | Bitmap | |
| init(utility::ErrorState &errorState) override | Bitmap | virtual |
| initFromDescriptor(const SurfaceDescriptor &surfaceDescriptor) | Bitmap | |
| initFromFile(const std::string &path, nap::utility::ErrorState &errorState) | Bitmap | virtual |
| isIDProperty(rtti::Instance &object, const rtti::Property &property) | Object | static |
| makePixel() const | Bitmap | |
| mBitmapUpdated | Bitmap | |
| mID | Object | |
| mSurfaceDescriptor | Bitmap | |
| Object() | Object | |
| Object(Object &)=delete | Object | |
| Object(Object &&)=delete | Object | |
| onDestroy() | Object | virtual |
| operator=(const Object &)=delete | Object | |
| operator=(Object &&)=delete | Object | |
| Resource() | Resource | |
| save(const std::string &path, utility::ErrorState &errorState) | Bitmap | |
| setPixel(int x, int y, const BaseColor &color) | Bitmap | |
| setPixelColor(int x, int y, const T &color) | Bitmap | |
| ~Bitmap() | Bitmap | virtual |
| ~Object() | Object | virtual |