v0.1.8
|
This is the complete list of members for CGUL::Image, including all inherited members.
AdjustBrightness(Image *img, Float32 amt) (defined in CGUL::Image) | CGUL::Image | static |
CanLoad(const String &file) const (defined in CGUL::Image) | CGUL::Image | |
Free() (defined in CGUL::Image) | CGUL::Image | |
GetData() (defined in CGUL::Image) | CGUL::Image | inline |
GetData() const (defined in CGUL::Image) | CGUL::Image | inline |
GetDataSize() const (defined in CGUL::Image) | CGUL::Image | |
GetFormat() const (defined in CGUL::Image) | CGUL::Image | |
GetGrayscale(Image *img) (defined in CGUL::Image) | CGUL::Image | static |
GetHeight() const (defined in CGUL::Image) | CGUL::Image | |
GetNegative(Image *img) (defined in CGUL::Image) | CGUL::Image | static |
GetPixel(UInt32 x, UInt32 y) (defined in CGUL::Image) | CGUL::Image | inline |
GetPixelSize() const (defined in CGUL::Image) | CGUL::Image | |
GetSize() const (defined in CGUL::Image) | CGUL::Image | |
GetWidth() const (defined in CGUL::Image) | CGUL::Image | |
Image() (defined in CGUL::Image) | CGUL::Image | |
Image(const Image ©) (defined in CGUL::Image) | CGUL::Image | |
Image(ImageFormat format, UCoord32 size) (defined in CGUL::Image) | CGUL::Image | |
Image(ImageFormat format, UCoord32 size, void *data) (defined in CGUL::Image) | CGUL::Image | |
IsValid() const (defined in CGUL::Image) | CGUL::Image | |
Load(const String &file) (defined in CGUL::Image) | CGUL::Image | |
Mix(Image *one, Image *two, UInt32 method=ImageMixMethods::AVERAGE) (defined in CGUL::Image) | CGUL::Image | static |
Save(const String &file, const String &extension) const (defined in CGUL::Image) | CGUL::Image | |
SetData(Type *data) (defined in CGUL::Image) | CGUL::Image | inline |
SetPixel(UInt32 x, UInt32 y, Color pixel) (defined in CGUL::Image) | CGUL::Image | inline |
Setup(ImageFormat format, UCoord32 size, void *data) (defined in CGUL::Image) | CGUL::Image | |
SwapColors(Image *img, Color pre, Color post) (defined in CGUL::Image) | CGUL::Image | static |
~Image() (defined in CGUL::Image) | CGUL::Image |