| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/qt3/imageconverter.h>
Static Public Member Functions | |
| static QImage | convertToQImage (VRS::SO< VRS::Image > img) |
| Converts the given VRS::Image to an QImage. | |
| static QImage | convertToQImage (VRS::SO< VRS::Image > img, const VRS::Color &backgroundColor) |
| Converts the given VRS::Image to an QImage. | |
| static SO< Image > | convertFromQImage (const QImage &img) |
| Converts the given QImage to an VRS::Image. | |
| static QImage VRS::ImageConverter::convertToQImage | ( | VRS::SO< VRS::Image > | img | ) | [static] |
Converts the given VRS::Image to an QImage.
| static QImage VRS::ImageConverter::convertToQImage | ( | VRS::SO< VRS::Image > | img, | |
| const VRS::Color & | backgroundColor | |||
| ) | [static] |
Converts the given VRS::Image to an QImage.
Converts the given QImage to an VRS::Image.