#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxMakeFromValue (const HxImageSignature &signature, HxSizes sizes, HxValue val) |
| Make a new image with given signature and sizes. More... | |
|
||||||||||||||||
|
Make a new image with given signature and sizes. Pixel data is initialized with given value.
00014 {
00015 return HxImageFactory::instance().fromValue(signature, sizes, val);
00016 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001