ImageBase

ImageBase
Scaleform::Render::ImageBase
Declaration
class ImageBase : public RefCountBaseV<Image, Stat_Image_Mem>;
Description

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.

Enumerations
Enumeration 
Description 
ImageType identifies the type/class of the image. 
Methods
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. 
 
File

Render_Image.h