#include "FXImage.h"
Go to the source code of this file.
Namespaces | |
namespace | FX |
Classes | |
class | FX::FXICOImage |
ICO (Microsoft icon format) graphics file. More... | |
Functions | |
FXAPI bool | FX::fxcheckICO (FXStream &store) |
FXAPI bool | FX::fxloadICO (FXStream &store, FXColor *&data, FXint &width, FXint &height, FXint &xspot, FXint &yspot) |
FXAPI bool | FX::fxsaveICO (FXStream &store, const FXColor *data, FXint width, FXint height, FXint xspot=-1, FXint yspot=-1) |