#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxMakeFromJavaRgb (const HxImageSignature &signature, HxSizes sizes, int *pixels) |
| Make a new image with given signature and sizes. More... | |
|
||||||||||||||||
|
Make a new image with given signature and sizes. Pixel data is initialized from given values. The given values are stored in Java RGB format.
00015 {
00016 return HxImageFactory::instance().fromJavaRgb(signature, sizes, pixels);
00017 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001