Scaleform::Render::ImageBase
class ImageBase : public RefCountBaseV<Image, Stat_Image_Mem>;
ImageBase is a base class for image that combines format, size information of Image with the Decode function. This class is separated from Image to enable initialization of textures in TextureManager::CreateTexture without requiring a full Image object. This class also supports implementation of ImageSource.
Enumeration |
Description |
ImageType identifies the type/class of the image. |
Method |
Description |
Scan-line copy function type used by Decode. | |
Decodes image data. | |
Returns the current object as a Render::Image pointer. | |
Returns the format of the image data. | |
Returns the image format flag. | |
Obtains a sub-rectangle or entire texture to use within an image. | |
Returns the image type for this image. | |
Obtains the number of mipmaps of the texture in the image. | |
Obtains the logical dimensions of the images. | |
Checks if this image is an image delegate or not. | |
|
Render_Image.h