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: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
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