Gorgon Game Engine
basic_Image< T_ > Member List

This is the complete list of members for basic_Image< T_ >, including all inherited members.

alphalocbasic_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 &)=deletebasic_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}) constbasic_Image< T_ >
CopyTo(basic_Image &dest, Geometry::Bounds source, Geometry::Point target={0, 0}) constbasic_Image< T_ >
CopyToBGRABuffer(Byte *buffer) constbasic_Image< T_ >
CopyToBGRABufferLong(unsigned long *buffer) constbasic_Image< T_ >
CopyToRGBABuffer(Byte *buffer) constbasic_Image< T_ >
cppbasic_Image< T_ >protected
databasic_Image< T_ >protected
Destroy()basic_Image< T_ >
Duplicate() constbasic_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) constbasic_Image< T_ >
Get(const Geometry::Point &p, Byte def, unsigned component=0) constbasic_Image< T_ >
Get(int x, int y, unsigned component=0) constbasic_Image< T_ >
GetAlphaAt(int x, int y) constbasic_Image< T_ >
GetAlphaIndex() constbasic_Image< T_ >
GetChannelsPerPixel() constbasic_Image< T_ >
GetHeight() constbasic_Image< T_ >
GetMode() constbasic_Image< T_ >
GetRGBAAt(int x, int y) constbasic_Image< T_ >
GetRGBAAt(Geometry::Point p) constbasic_Image< T_ >
GetSize() constbasic_Image< T_ >
GetTotalSize() constbasic_Image< T_ >
GetWidth() constbasic_Image< T_ >
HasAlpha() constbasic_Image< T_ >
ImportBMP(const std::string &filename, bool dib=false)basic_Image< T_ >
ImportBMP(std::istream &file, bool dib=false)basic_Image< T_ >
modebasic_Image< T_ >protected
operator()(const Geometry::Point &p, unsigned component=0)basic_Image< T_ >
operator()(const Geometry::Point &p, unsigned component=0) constbasic_Image< T_ >
operator()(int x, int y, unsigned component=0)basic_Image< T_ >
operator()(int x, int y, unsigned component=0) constbasic_Image< T_ >
operator=(const basic_Image &)=deletebasic_Image< T_ >
operator=(basic_Image &&other)basic_Image< T_ >
RawData()basic_Image< T_ >
RawData() constbasic_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_ >
sizebasic_Image< T_ >protected
Swap(basic_Image &other)basic_Image< T_ >
~basic_Image()basic_Image< T_ >