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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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