![]() |
Gorgon Game Engine
|
This is the complete list of members for basic_Image< T_ >, including all inherited members.
alphaloc | basic_Image< T_ > | protected |
Assign(Byte *newdata, const Geometry::Size &size, Graphics::ColorMode mode) | basic_Image< T_ > | |
Assign(Byte *newdata) | basic_Image< T_ > | |
Assume(Byte *newdata, const Geometry::Size &size, Graphics::ColorMode mode) | basic_Image< T_ > | |
Assume(Byte *newdata) | basic_Image< T_ > | |
basic_Image() | basic_Image< T_ > | |
basic_Image(const Geometry::Size &size, Graphics::ColorMode mode) | basic_Image< T_ > | |
basic_Image(const basic_Image &)=delete | basic_Image< T_ > | |
basic_Image(basic_Image &&data) | basic_Image< T_ > | |
ChangeMode(Graphics::ColorMode value) | basic_Image< T_ > | |
Clear() | basic_Image< T_ > | |
ConvertToRGBA() | basic_Image< T_ > | |
CopyTo(basic_Image &dest, Geometry::Point target={0, 0}) const | basic_Image< T_ > | |
CopyTo(basic_Image &dest, Geometry::Bounds source, Geometry::Point target={0, 0}) const | basic_Image< T_ > | |
CopyToBGRABuffer(Byte *buffer) const | basic_Image< T_ > | |
CopyToBGRABufferLong(unsigned long *buffer) const | basic_Image< T_ > | |
CopyToRGBABuffer(Byte *buffer) const | basic_Image< T_ > | |
cpp | basic_Image< T_ > | protected |
data | basic_Image< T_ > | protected |
Destroy() | basic_Image< T_ > | |
Duplicate() const | basic_Image< T_ > | |
ExportBMP(const std::string &filename, bool usev4=false, bool dib=false) | basic_Image< T_ > | |
ExportBMP(std::ostream &file, bool usev4=false, bool dib=false) | basic_Image< T_ > | |
Get(const Geometry::Point &p, unsigned component=0) const | basic_Image< T_ > | |
Get(const Geometry::Point &p, Byte def, unsigned component=0) const | basic_Image< T_ > | |
Get(int x, int y, unsigned component=0) const | basic_Image< T_ > | |
GetAlphaAt(int x, int y) const | basic_Image< T_ > | |
GetAlphaIndex() const | basic_Image< T_ > | |
GetChannelsPerPixel() const | basic_Image< T_ > | |
GetHeight() const | basic_Image< T_ > | |
GetMode() const | basic_Image< T_ > | |
GetRGBAAt(int x, int y) const | basic_Image< T_ > | |
GetRGBAAt(Geometry::Point p) const | basic_Image< T_ > | |
GetSize() const | basic_Image< T_ > | |
GetTotalSize() const | basic_Image< T_ > | |
GetWidth() const | basic_Image< T_ > | |
HasAlpha() const | basic_Image< T_ > | |
ImportBMP(const std::string &filename, bool dib=false) | basic_Image< T_ > | |
ImportBMP(std::istream &file, bool dib=false) | basic_Image< T_ > | |
mode | basic_Image< T_ > | protected |
operator()(const Geometry::Point &p, unsigned component=0) | basic_Image< T_ > | |
operator()(const Geometry::Point &p, unsigned component=0) const | basic_Image< T_ > | |
operator()(int x, int y, unsigned component=0) | basic_Image< T_ > | |
operator()(int x, int y, unsigned component=0) const | basic_Image< T_ > | |
operator=(const basic_Image &)=delete | basic_Image< T_ > | |
operator=(basic_Image &&other) | basic_Image< T_ > | |
RawData() | basic_Image< T_ > | |
RawData() const | basic_Image< T_ > | |
Release() | basic_Image< T_ > | |
Resize(const Geometry::Size &size, Graphics::ColorMode mode) | basic_Image< T_ > | |
SetRGBAAt(int x, int y, Graphics::RGBA color) | basic_Image< T_ > | |
SetRGBAAt(Geometry::Point p, Graphics::RGBA color) | basic_Image< T_ > | |
size | basic_Image< T_ > | protected |
Swap(basic_Image &other) | basic_Image< T_ > | |
~basic_Image() | basic_Image< T_ > |