29#include "../../objects/PCanvas.h"
32#include "../../base/PComplexData.h"
35#include "../../utility/rc_ptrs.h"
36#include "../../utility/PError.h"
37#include "../../utility/PEBLUtility.h"
140 out <<
"<SDL PlatformCanvas>" <<flush;
165 SDL_Surface * tmp =
NULL;
175 SDL_SetAlpha(
mSurface,0,SDL_ALPHA_TRANSPARENT);
219 SDL_PIXELFORMAT_RGBA8888,
220 SDL_TEXTUREACCESS_TARGET,
234 SDL_RenderFillRect(
mRenderer,&screensize);
329bool PlatformCanvas::GreyscaleFromMatrix()
This class is the basic generic text box.
virtual void SetColor(Variant col)
virtual bool SetProperty(std::string, Variant v)
virtual bool GetDrawBackground() const
virtual bool InitializeProperty(std::string name, Variant v)
virtual bool SetProperty(std::string name, Variant v)
std::string FindFile(const string &filename)
virtual bool SetProperty(std::string, Variant v)
void SignalFatalError(const std::string &message)