 |
BitmapLoadOptionsConvertToSupportedFormat Field |
When true (the default), the loaded images are converted into a format that is supported by the engine
(i.e., 32 bit BGRA or RGBA format).
When false, the loader attempts to preserve the format of the bitmap (for example, 8 bit for grayscale);
note that this is not guaranteed, and that loader may still convert the image to BGRA format. Also note that
the image in the original format may not be correctly displayed by the engine.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool ConvertToSupportedFormat
Field Value
Boolean
See Also