// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace Win32.Graphics.Direct2D; /// /// D2D1_GAMMA1 public enum Gamma1 : uint { /// /// D2D1_GAMMA1_G22 G22 = 0, /// /// D2D1_GAMMA1_G10 G10 = 1, /// /// D2D1_GAMMA1_G2084 G2084 = 2, }