// by Diplomat #pragma warning disable 0105 using System; using System.Runtime.InteropServices; using Devolutions.IronRdp.Diplomat; #pragma warning restore 0105 namespace Devolutions.IronRdp; #nullable enable public enum PixelFormat { ARgb32 = 0, XRgb32 = 1, ABgr32 = 2, XBgr32 = 3, BgrA32 = 4, BgrX32 = 5, RgbA32 = 6, RgbX32 = 7, }