Click or drag to resize
Ab4d.SharpEngine logo

StandardBitmapFormats Enumeration

StandardBitmapFormats enum defines the standard bitmap formats that are supported by SharpEngine.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public enum StandardBitmapFormats
Members
Member nameValueDescription
Undefined0 Undefined bitmap format. This value is usually used when calling RenderToBitmap or similar method and means that the currently used Format on the SceneView is used.
Bgra1 Default SharpEngine bitmap format where the colors are written in the following order: blue, green, red, alpha
Rgba2 Bitmap format where the colors are written in the following order: red, green, blue, alpha
See Also