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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Common.StandardBitmapFormats"]

See Also