Split d2d integration into own class.
This commit is contained in:
parent
0d3674faac
commit
0c84a53643
25 changed files with 361 additions and 155 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
|
||||
ImageData* getData();
|
||||
unsigned char getAsUnsignedChar(unsigned idx, unsigned jdx) const;
|
||||
PlatformImage* getPlatformImage() const;
|
||||
PlatformImage* getPlatformImage();
|
||||
|
||||
void setPixelValue(unsigned idx, unsigned jdx, const Color& color);
|
||||
void setWidth(unsigned width);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue