Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CDDSImage Class Reference

#include <DDSImage.h>

Public Member Functions

 CDDSImage ()
 
 CDDSImage (unsigned int width, unsigned int height, unsigned int format)
 
 ~CDDSImage ()
 
unsigned int GetWidth () const
 
unsigned int GetHeight () const
 
unsigned int GetFormat () const
 
unsigned int GetSize () const
 
unsigned char * GetData () const
 
bool ReadFile (const std::string &file)
 

Constructor & Destructor Documentation

◆ CDDSImage() [1/2]

CDDSImage::CDDSImage ( )

◆ CDDSImage() [2/2]

CDDSImage::CDDSImage ( unsigned int  width,
unsigned int  height,
unsigned int  format 
)

◆ ~CDDSImage()

CDDSImage::~CDDSImage ( )

Member Function Documentation

◆ GetData()

unsigned char * CDDSImage::GetData ( ) const

◆ GetFormat()

unsigned int CDDSImage::GetFormat ( ) const

◆ GetHeight()

unsigned int CDDSImage::GetHeight ( ) const

◆ GetSize()

unsigned int CDDSImage::GetSize ( ) const

◆ GetWidth()

unsigned int CDDSImage::GetWidth ( ) const

◆ ReadFile()

bool CDDSImage::ReadFile ( const std::string &  file)

The documentation for this class was generated from the following files: