Image

Undocumented in source.

Constructors

this
this(int width, int height)
Undocumented in source.
this
this(int width, int height, int bpp)
Undocumented in source.
this
this(FIBITMAP* fiBitmap)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getFiBitmap
FIBITMAP* getFiBitmap()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
int getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getPixel
Color getPixel(int x, int y)
Undocumented in source.
getWidth
int getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
rescale
void rescale(int newWidth, int newHeight)
Undocumented in source.
saveToFile
void saveToFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
setPixel
void setPixel(int x, int y, Color newColor)
Undocumented in source.

Static functions

fromColorValues
Image fromColorValues(uint* values, int width, int height)
Undocumented in source.
fromColors
Image fromColors(Color* colors, int width, int height)
Undocumented in source.
fromFile
Image fromFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta