We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eeb2dd commit 40a7502Copy full SHA for 40a7502
src/ImGui.NET/Generated/ImGuiColorEditFlags.gen.cs
@@ -27,10 +27,10 @@ public enum ImGuiColorEditFlags
27
PickerHueWheel = 67108864,
28
InputRGB = 134217728,
29
InputHSV = 268435456,
30
- _OptionsDefault = 177209344,
31
- _DisplayMask = 7340032,
32
- _DataTypeMask = 25165824,
33
- _PickerMask = 100663296,
34
- _InputMask = 402653184,
+ OptionsDefault = 177209344,
+ DisplayMask = 7340032,
+ DataTypeMask = 25165824,
+ PickerMask = 100663296,
+ InputMask = 402653184,
35
}
36
0 commit comments