![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include "FXImage.h"
Go to the source code of this file.
Classes | |
class | FX::FXXBMImage |
X Bitmap image. More... | |
Namespaces | |
namespace | FX |
Functions | |
bool | FX::fxcheckXBM (FXStream &store) |
bool | FX::fxloadXBM (FXColor *&data, const FXuchar *pix, const FXuchar *msk, FXint width, FXint height) |
bool | FX::fxloadXBM (FXStream &store, FXColor *&data, FXint &width, FXint &height, FXint &hotx, FXint &hoty) |
bool | FX::fxsaveXBM (FXStream &store, const FXColor *data, FXint width, FXint height, FXint hotx=-1, FXint hoty=-1) |
bool | FX::fxsavePS (FXStream &store, const FXColor *data, FXint width, FXint height, FXint paperw=612, FXint paperh=792, FXint margin=35, bool color=true) |
![]() |